/* container for slides */
.images {
	
	background:#fff url(images/h301.png) repeat-x; 
	position:relative;	
	height:460px;
	border:1px solid #AAC58E;
	width:296px;
	float:left;	
	margin:auto 0;
	cursor:pointer;
	
	/* CSS3	*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #333333;
	-webkit-box-shadow:0 0 25px #333333;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:2px;
	padding:5px 5px 5px 5px;
	height:296px;
	width:inherit;
}

/* tabs */
.tabs {
	clear:both;
	margin-left:110px;
}

/* single tab */
.tabs 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 */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state */
.tabs a.current {
	background-position:0 -16px;     
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
