﻿div.scrollable{
	position: relative;
	overflow: hidden;
	width: 170px;	
	float: left;
	height:80px;
	top: 1px;
	left: 0px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/

#thumbs {
	position: absolute;
	width: 1500em;
	clear: both;
    top: 0px;
    left: 0px;
}


/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../images/aroolift.jpg) no-repeat;	
	margin: 0px 0px 0px;
	cursor: pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -18px;
}
/* disabled navigational button */
a.disabled {
	visibility: hidden !important;
}
/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(../images/aroolift-110.jpg);
	clear: right;
}





