/**
* GK Tab - style 6
* @package Joomla!
* @Copyright (C) 2009-2011 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: GK4 1.0 $
**/

.gkTabItemSpace{ padding: 0px;  border:none; margin:0; }
.gkTab { position: relative; padding: 0px; margin:0; border:none; }
.gkTabWrap { margin: 0 auto; background:none; }
ul.gkTabs { margin: 0!important; padding: 0!important;  height: 45px; border: none!important; background:none; }
ul.gkTabs li { list-style-type: none; float: left; cursor: pointer; margin: 0!important; position: relative; padding: 0!important; padding-top: 0px!important; border: none!important; width:215px; text-transform:none;}
ul.gkTabs li span { display: block; background: transparent url('../images/style6/tabs.png') top center no-repeat; height: 30px; line-height: 30px; padding: 10px; font-size: 15px; color: #ffffff; font-style:normal; text-align:center; }
ul.gkTabs li.active span {color: #0C60A4; background: transparent url('../images/style6/tabs-hover.png') top center no-repeat;  }
.gkTabContainer0 { clear: both; }
.gkTabContainer1 { overflow: hidden; }
.gkTabItem { float: left; overflow: hidden; padding:0px; }
.gkTabButtonNext,
.gkTabButtonPrev { width: 24px; height: 35px; background: url('../images/style6/b_next.png') no-repeat 0 0; cursor: pointer; position: absolute; top: 43%; right: 0; text-indent:-999em; }
.gkTabButtonPrev { background: url('../images/style6/b_prev.png') no-repeat 0 0; left: 0; right:inherit; }
.gkTabButtonNext:hover { background: url('../images/style6/b_next.png') no-repeat 100% 0; }
.gkTabButtonPrev:hover { background: url('../images/style6/b_prev.png') no-repeat 100% 0; }
.gkTabContainer0,
.gkTabContainer1,
.gkTabContainer2{ position:relative; }
.gkTabItem { position: absolute; left: -999em; top: 0; width: 100%; }
.gkTabItem.active { position: static; left: 0; }