
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:69px;
	height:28px;
	padding: 9px 0px 0px 0px;
	float:left;
	margin:0px 0px;
	cursor:pointer;
	font-size:11px;
	text-decoration: none;
	color:#012044;
	background-repeat: no-repeat;
	background-image: url(../../img/bcg_box_games_arrows.jpg);
}

/* right */
a.right 				{background-position: -95px 0px; padding-right: 22px;}
a.right:hover 		{background-position: -95px -37px;}
a.right:active 	{background-position: -95px -37px;} 


/* left */
a.left				{background-position: 0px 0px; padding-left: 22px; margin-right: 4px;} 
a.left:hover  		{background-position: 0px -37px;}
a.left:active  	{background-position: 0px -37px;}


/* disabled navigational button 
a.disabled {
	visibility:hidden !important;		
} 	
*/

