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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/prev2.png) no-repeat;
	display:block;
	width:13px;
	height:28px;
	float:left;
	margin:60px 6px 40px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{
	clear:right;
	margin-right: 0px;
	background: url(../img/next2.png) no-repeat center top;
}
a.right:hover 		, a.right:active{
	background: url(../img/next2.png) no-repeat center bottom;
}


/* left */
a.left				{
	margin-left: 0px;
	background: url(../img/prev2.png) no-repeat center top;
} 
a.left:hover  		{
	background: url(../img/prev2.png) no-repeat center bottom;
}
a.left:active  	{
	background: url(../img/prev2.png) no-repeat center bottom;
}

/* up and down */
a.up, a.down		{ 
	background:url(../img/next2.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;		
} 	
#siteTop #actionButtons a img {
	border-style: none;
	padding: 0px;
	margin: 0px 3px 0px 0px;
}
#siteTop #actionButtons {
	position: absolute;
	left: 22px;
	top: 102px;
	width: 70px;
	text-align: left;
}
