div.scrollable {
  position: relative;
	overflow: hidden;
	float: left;	
	width: 586px;	 
	height: 207px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left; 
}

#thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
	border: 0;
}

#thumbs div {
  background: #fff;
	float: left;
	width: 192px;
	height: 207px;
	margin: 0 5 0 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	text-align: center; 
}

#thumbs div h3 a{ color: #fff; }
#thumbs div.hover h3 a{ color: #03a2f4; }
#thumbs div.active h3 a{ color: #fc3d02; }

/* style when mouse is over the item */
#thumbs div.hover { }
#thumbs div.active { cursor: default; }



#thumbs h3, #thumbs p, #thumbs span {
	margin: 0px auto 0px auto;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
  background: url(../../images/xnew/left.gif) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	cursor: pointer;
	cursor: hand;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover { background-position: 0px -18px; }
a.disabled { background-position: 0px -36px; cursor: default; }
a.disabled:hover { background-position: 0px -36px; cursor: default; }
a.next, a.nextPage { background-image: url(../../images/xnew/right.gif); clear: right; }
a.prev, a.prevPage{ margin: 90px 5px 0 0; }
a.next, a.nextPage{ margin: 90px 0 0 5px; }



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


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

