/* @override 
	http://test.newnewvideo.info/wp-content/themes/hybrid-newvideo/css/scrollable-buttons.css
	http://dev.newvideo.com/wp-content/themes/hybrid-newvideo/css/scrollable-buttons.css
*/

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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:21px;
	height:23px;
	float:left;
	margin:70px 8px 70px 0;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ 
	background:url(../images/slider-arrow-right.gif) no-repeat;
	clear:right; margin-right: 0px;
	margin-left: 8px;
}
/*
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
*/

/* left */
a.left			{ 
	background:url(../images/slider-arrow-left.gif) no-repeat;
	margin-left: 0px; 
}
/*
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
*/


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