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

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width: 18px;
	height: 25px;
	background:url(../images/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin: 73px 0;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -25px;		
}

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

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/scrollable/arrow/right.png);
	clear:right;	
} 	

/* prev, next, prevPage and nextPage buttons in GALLERY page */
a.prevVideo, a.nextVideo {
	display:block;
	width: 18px;
	height: 25px;
	background:url(../images/scrollable/arrow/left.png) no-repeat;
	float:left;
	/*margin: 73px 0;*/
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prevVideo:hover, a.nextVideo:hover {
	background-position:0px -25px;		
}

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

/* next button uses another background image */
a.nextVideo {
	background-image:url(../images/scrollable/arrow/right.png);
	clear:right;	
} 

/* prev, next, prevPage and nextPage buttons in GALLERY IMAGES page */
a.prevImage, a.nextImage {
	display:block;
	width: 18px;
	height: 25px;
	background:url(../images/scrollable/arrow/left.png) no-repeat;
	float:left;
	/*margin: 73px 0;*/
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prevImage:hover, a.nextImage:hover {
	background-position:0px -25px;		
}

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

/* next button uses another background image */
a.nextImage {
	background-image:url(../images/scrollable/arrow/right.png);
	clear:right;	
} 