
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	bac/kground:url(http://flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:19px;
	height:112px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

a.right 		    { background-position: 0px; background:url("../images/flc_droite.gif") no-repeat; }
a.left				{ background:url("../images/flc_gauche.gif") no-repeat;} 



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

