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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/select_portfolio/hori_large.png) no-repeat;
	display:block;
	width:16px;
	height:102px;
	float:left;
	margin:0px 0px;
	cursor:pointer;
	font-size:0px;
}

/* right */
a.right { background-position: 0 -102px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-16px -102px; }
a.right:active { background-position:-32px -102px; } 


/* left */
a.left { background-position: 0 0px; clear:right; margin-right: 0px;}
a.left:hover { background-position:-16px 0px; }
a.left:active { background-position:-32px 0px; } 


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


