/* container for slides */
.images {
	float:left;	
	margin-bottom: 10px;
	position:relative;	
}

.index-slide {
	height:325px;
	width:480px;
	cursor:pointer;
	}
	
.product-slide {
	height: 280px;
	width: 800px;
	}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:325px;
	font-size:12px;
}

/* tabs (those little circles below slides) */
.slidetabs {
	position: relative;
}

.product-tabs {
	top: -30px;
	left: 10px;
	width: 800px;
	}

.index-tabs {
	top: -326px;
	left: 10px;
	width: 480px;
	}

/* 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;     
} 	



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
