
/* container for slides */
.images {
	background: url(../images/h300.png) repeat-x;
	border:1px solid #575656;
	position:relative;	
	height:500px;
	
	width:590px;
	float:left;	
	margin:15px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #222;
	-webkit-box-shadow:0 0 25px #222;	
}
.images2{
	background: #020202 url(../images/tab-body.png) repeat-x top center;
	border:1px solid #4C4C4C;
	border-top: 0px;
	position:relative;	
	height:250px;
	margin:0px;cursor:pointer;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;		
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;	
}
/* single slide */
.images div.panes  , .images2 div.panes{
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
	font-size:12px;
}
.images2 div.panes{
	MARGIN: 30px;
	padding: 0px;
	height:190px;
	width: 630px;	
}
.images2 div.panes td , .images2 div.panes table , .images2 div.panes table td table td{
	vertical-align: top;
}
.images div.panes p{
	line-height: 1.8;
}
.images2 div.panes p{
	line-height: 1.4;
}
.images2 div.panes h2{
	line-height: 1.4;
	color: #96E028;
	font-size: 15px;
	font-weight: bold;
}
/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:0px;
}
.images .wrapper-tabs{
	position: absolute;	
	left: 2px;
	bottom: 0px;
	width: 590px;		
	z-index: 9;
	display: block;
}
.images .tabs {
	float: left;	
	background:url(../images/tab.png) no-repeat top center;
	padding-top: 2px;
	list-style: none !important;
	margin: 0px auto !important;
}
.images .tabs li{
	list-style: none !important;
	float: left;
}
/* single tab */
.tabs a{
	float:left;	
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	padding: 15px 10px;
	background:url(../images/tab-a.png) 0 0 repeat;
}
.tabs a span{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	margin-right: 5px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}
body #content .tabs li#green a{color: #999999;}
.tabs li#green a span{
	background:url(../images/navigator.png) 0 0 no-repeat;	
	color: #999999 !important;
}
body #content .tabs li#green a.current {
	color: #ACFA00 !important;	
}
body #content .tabs li#blue a{color: #999999;}
body #content .tabs li#blue a span{
	background:url(../images/navigator-blue.png) 0 0 no-repeat;	
	color: #999999 !important;	
}
body #content .tabs li#blue a.current {
	color: #0084FF !important;	
}
body #content .tabs li#orange a{color: #999999;}
.tabs li#orange a span{
	background:url(../images/navigator-orange.png) 0 0 no-repeat;	
	color: #999999 !important;	
}
body #content .tabs li#orange a.current {
	color: #FF9C00 !important;	
}
/* mouseover state */
.tabs a:hover span {
	background-position:0 -8px !important;      
}

/* active state (current page state) */
body #content .tabs a.current{
	background: none;
	color: inherit !important;
}
.tabs a.current  span{
	background-position:0 -16px !important;       
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:235px;
	background:  url(../images/hori_large.png) no-repeat;
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -40px; clear:right; }
.forward:hover 		{ background-position:-40px -40px; }
.forward:active 	 	{ background-position:-80px -40px; } 


/* prev */
.backward:hover  		{ background-position:-40px 0; }
.backward:active  	{ background-position:-80px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
#about-tabs .wrapper-tabs td{
	vertical-align: middle;
	position: relative;
	height: 71px;	
	/*width: 20%;*/
}
#about-tabs .wrapper-tabs td table td{
	height: 65px;	
}
#about-tabs .wrapper-tabs td a{
	background: url(../images/tab-mid-l.png) no-repeat top left;	
	width: 100%;
	float: left;
	height: 71px;
	position: relative;	text-decoration: none;
}
#about-tabs .wrapper-tabs td a span{
	vertical-align: middle;
	display: block;
	height: 71px;	
	text-align: left;
	padding:0px 15px 0;
	background: url(../images/tab-mid-r.png) no-repeat top right;	color:#AAA9A9;
	font-size: 14px;
	text-decoration: none;
}

#about-tabs .wrapper-tabs td.first-tab a{
	background: url(../images/tab-left-l.png) no-repeat top left;	
}
#about-tabs .wrapper-tabs td.first-tab a span{
	background: url(../images/tab-left-r.png) no-repeat top right;	
}
#about-tabs .wrapper-tabs td.last-tab a{
	background: url(../images/tab-right-l.png) no-repeat top left;	
}
#about-tabs .wrapper-tabs td.last-tab a span{
	background: url(../images/tab-right-r.png) no-repeat top right;	
}
#about-tabs .wrapper-tabs td a.current{
	background-position: bottom left; !important;	

}
#about-tabs .wrapper-tabs td a.current span{
	background-position: bottom right !important;
	color:#fff;		
}