/* #################################################################################### */
/*                                START NAVIGATOR CSS                                   */
/* #################################################################################### */

.navi {
	height:20px;
	float:left;
	margin-left:0px;
	margin-top:10px;
	width:60px;
}

.navi a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://static.flowplayer.org/tools/img/scrollable/arrow/navigator.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	font-size:1px;
	height:8px;
	margin:3px;
	width:8px;
	}
	
.navi a:hover {
	background-position:0 -8px;
}

.navi a.active {
	background-position:0 -16px;
}

