
/* container for slides */
.slideimages {
	position:relative;	
	height:281px;
	
	width:460px;
	float:left;	
	margin:0px;
	cursor:pointer;
}

/* single slide */
.slideimages div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0;
	height:281px;
	font-size:12px;
}


/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.slidetabs a {
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
