
/* 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:18px;
	background:url(left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* 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(right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:100px;
	float:left;
	margin-top:0px;
	margin-left:20px;
	
}


/* items inside navigator */
div.navi a {
	display:block;
	height:1px;
	width:1px;
	float:left;
	margin:-3px;
	background:url(site_images/yellow-led.png) 0 0 no-repeat;
	
}

/* mouseover state */
div.navi a:hover {
		background-image:url(site_images/white-led.png);
}

/* active state (current page state) */
div.navi a.active {
background-image:url(site_images/white-led.png);
} 	


div.scrollable {  
	position:relative;
	left:0px;
	overflow:hidden;
	width: 705px;	 
	height:293px;
	background-image:url(site_images/listing-bg.jpg); background-repeat:no-repeat; color:white; font-size:14px; letter-spacing:1px;
}
 

#thumbs {	
	position:absolute;
	left:0px;
	width:4000px;	
	clear:both;

}
 
/* custom positioning for navigational links */

 
 
 
/* single item */
#thumbs div {
	float:left;
	width:214px;
	height:300px;
	color:#000000;
	cursor:default;
	
}
 


