﻿
/* container for slides */
.images p{margin:0; padding:0;}

.images {
	float:left;	height:179px;
	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	background-color:#F8ECDF; margin:0px; height:179px; border:0px solid #ff6600;
	width:180px;

}

.slidetabs {
	clear:both;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	display:block;
	cursor:pointer;
}


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
