
/* container for slides */
.images {
	background:url(../images/h300.png) repeat-x;
	position:relative;	
	height:307px;
	width:940px;
	float:left;	
	margin:0 0 10px 0;
	cursor:pointer;
}
/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:307px;
}
/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:435px;
}
/* single tab */
.slidetabs a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(../images/slide_swticher.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}
/* mouseover state */
.slidetabs a:hover { background-position:0 -13px;}

/* active state (current page state) */
.slidetabs a.current { background-position:0 -13px;} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

