
/* container for slides */
.images {
	position:relative;	
	min-height:300px;
	width:700px;
}

/* single slide */
.images div.slide {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:256px;
	font-size:12px;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
}

/* single tab */
.tabs a {
	display:none;
}	

/* prev and next buttons */
.forward, .backward {
	display:block;
	cursor:pointer;
	margin:0 100px;
}
.backward{float:left;}
.forward{float:right;}

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


