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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:35px;
	height:35px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right  
{
	position: absolute;
	top: 25px;
	right: -15px;
	background:url(/site/images/arrow-right-2.png) no-repeat;
	clear:right; 
	margin-right: 0px;
	z-index: 100;
}
a.right:hover 		
{ 
	background-position:0 -35px;
}
a.right:active 	
{ 
	background-position:0 -35px;
} 

/* left */
.gallery-left-nav
{
}

a.left				
{ 
	position: absolute;
	top: 25px;
	left: -15px;
	background:url(/site/images/arrow-left-2.png) no-repeat;
	background-position:0 0; 
	margin-left: 0px; 
	z-index: 100;
} 
a.left:hover  		
{ 
	background-position:0 -35px; 
}
a.left:active  	
{ 
	background-position:0 -35px;
}


