/**
* GK Tab - style 3
* @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-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gkTab { position: relative; }
.gkTabWrap {
	background: #FFFFFF;
	border: 1px solid #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -7px;
}
ul.gkTabs {
	list-style-type: none;
	border: none!important;
	background-image: none;
	height: 10px;
	margin-top: -4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
ul.gkTabs li {
	list-style-type: none;
	float: left;
	cursor: pointer;
	margin: 0!important;
	position: relative;
	border: none!important;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}
ul.gkTabs li span {
	display: block;
	height: 28px;
	line-height: 27px;
	padding: 0 10px;
	color: #666;
	background-image: url(../images/style5/circle1.gif);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	font-size: .002em;
}
ul.gkTabs li.active span {
	display: block;
	height: 28px;
	line-height: 27px;
	padding: 0 10px;
	color: #fff;
	background-image: url(../images/style5/circle2.gif);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	font-size: .002em;
}
.gkTabContainer0 { clear: both; }
.gkTabContainer1 { overflow: hidden; }
.gkTabItem { float: left; overflow: hidden; padding: 8px; }
.gkTabButtonNext,
.gkTabButtonPrev { width: 24px; height: 24px; background: url('../images/style5/b_next.png') no-repeat 0 0; cursor: pointer; position: absolute; top: 245px; right: 15px; text-indent: -999em; }
.gkTabButtonPrev { background: url('../images/style5/b_prev.png') no-repeat 0 0; left: 10px; right:inherit; }
.gkTabButtonNext:hover { background: url('../images/style5/b_next.png') no-repeat 100% 0; }
.gkTabButtonPrev:hover { background: url('../images/style5/b_prev.png') no-repeat 100% 0; }
.gkTabContainer0,
.gkTabContainer1,
.gkTabContainer2 { position:relative; padding:0px; }
.gkTabItem { position: absolute; left: -999em; top: 0; width: 100%; padding-top:0px; }
.gkTabItem.active { position: static; left: 0; }