#slaytShow
{
	display : block;
	background : url("images/SlaytBkg.gif") repeat-y #DCDCDC;
	height : 270px;
	width : 775px;
	margin-bottom : 10px;
}

/* container for slides */
.images {
	position:relative;	
	height:250px;	
	float:left;	
	cursor:pointer;	
	text-align : left;
	display : block;
	width : 775px;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	background-color : #EEE;
	width : 775px;
	height : 250px;
}



/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:365px;
}

/* 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 (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:110px;
	background:url(images/slaytOk.gif) no-repeat;
	background-color : Transparent;
	display:block;
	width:22px;
	height:60px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 			{ background-position: 0 0px; clear:right; }
.forward:hover 		{ background-position: 0 -60px; }
.forward:active		{ background-position: 0 0px; clear:right; }

/* prev */
.backward  			{ background-position: 0 -120px; clear:right; margin-left:9px}
.backward:hover		{ background-position: 0 -180px; }
.backward:active	{ background-position: 0 -120px; clear:right; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
