/* container for slides */
.images {

	position:relative;	
	cursor:pointer;

}

/* single slide */
.images div {
	display:none;
}


/* tabs (those little circles below slides) */
.tabs {
	display:none;
}


/* prev and next buttons */
.forward  {
	background:#fff url(http://static.flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
	text-indent:-9999em;	
	float:right;
	position:absolute;
	right:200px;
	top:620px;
}

.backward {
	background:#fff url(http://static.flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
	text-indent:-9999em;	
	float:left;
	position:absolute;
	left:200px;
	top:620px;
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

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