
/* container for slides */
.images {
	width: 991px;
	height: 338px;
	position: absolute;
	top: 114px;
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	width: 991px;
	height: 338px;
}

/* tabs (those little circles below slides) */
.slidetabs {
	margin-left: 421px;
	position: absolute;
	top: 512px;
}

/* single tab */
.slidetabs a {
	width: 18px;
	height: 18px;
	float:left;
	margin:4px;
	background: url("../images/navigator.png") 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -25px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -25px;     
} 	


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
