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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/horizon_large.png) no-repeat;
	display:block;
	width:23px;
	height:23px;
	float: left;
	
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -23px; clear:right;  }
a.right:hover 	{ background-position:-23px -23px; }
a.right:active 	{ background-position:-46px -23px; } 


/* left */
a.left			{ } 
a.left:hover  	{ background-position:-23px 0; }
a.left:active  	{ background-position:-46px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  		{ background-position:-60px -30px; } 


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

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

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

/* prev, next, prevPage and nextPage buttons */
a.browse2 {
	background:url(../images/horizon_large2.png) no-repeat;
	display:block;
	width:28px;
	height:28px;
	float: left;
	
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right2		{   background-position: 0 -28px; clear:right; margin-top:50px;  margin-right:10px;    }
a.right2:hover 	{  background-position:-28px -28px; }
a.right2:active 	{ background-position:-28px -28px; } 


/* left */
a.left2			{   margin-top:50px; margin-left:10px; } 
a.left2:hover  	{ background-position:-28px 0; }
a.left2:active  	{ background-position:-28px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  		{ background-position:-60px -30px; } 


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