
/* container for slides */
.images { position:relative; height:200px; width:624px; float:left; cursor:pointer;}

/* single slide */
.images div { display:none; position:absolute; top:0; left:0; height:200px; }

.tabs { clear:both; }

/* single tab */
.tabs a { font-size:12px; width:142px; height:45px; float:left;  display:inline-block; }

.tabshs { padding:6px; background-color:#005baa; color:#f4f4f4!important; margin-top:2px; border-right: solid 2px #eeeeee;}
.tabec {  padding:6px; background-color:#026342; color:#f4f4f4!important; margin-top:2px; border-right: solid 2px #eeeeee;}
.tabou {  padding:6px; background-color:#FFA526; color:#f4f4f4!important; margin-top:2px; border-right: solid 2px #eeeeee;}
.tabpromo {  padding:6px; background-color:#000000; color:#f4f4f4!important; margin-top:2px; }

/* mouseover state */
.tabs a:hover { margin-top:0px;     }

/* active state (current page state) */
.tabs a.current {
	margin-top:0px; } 	

 }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

