div.scrollable {
	float:left;		
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/left.png) no-repeat;
	float:left;
	margin:23px 10px;
	cursor:pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(/images/right.png);
	clear:right;	
}

div.navi {
  margin-left:40px; 
	height:20px;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
} 	


div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 585px;	 
	height:350px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:0px solid #000;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs div {
	float:left;
	width:200px;
	height:350px;
	background-color:#000;
	color:#fff;
	border-left:1px solid #000;
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#333;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
    font-family: verdana, Arial; 
	font-size:12px;
	color:#fff;	
	font-weight:bold ;
}

#thumbs h3 em {
	font-style:normal;
	color:#FFF;
}


/* the overlayed element */
div.overlay {
  color:#FFFFFF;
	background-image:url(/images/black.png);
	width:660px;
	height:600px;		
	display:none;
	padding:15px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

a.zoom {
 font-size: 8px;
 text-align:right;
}