@charset "utf-8";
/* CSS Document */


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/navigation.png) no-repeat;
	display:block;
	width:44px;
	height:44px;
	float:left;
	margin:130px 2px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -44px; clear:right; margin-left: 2px;}
a.right:hover 		{ background-position:-44px -44px; }
a.right:active 	{ background-position:-88px -44px; } 


/* left */
a.left				{ margin-left: 24px; } 
a.left:hover  		{ background-position:-44px 0; }
a.left:active  	{ background-position:-88px 0; }


/* disabled navigational button */
a.disabled {
	opacity:.5;		
} 	

