#scroll{
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -442px;
	width: 884px;
}

div.scrollable {
	float: left;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	width: 32px;
	height: 32px;
	background: url(hori_large.png) no-repeat;
	float: left;
	cursor: pointer;
	font-size: 1px;
	margin: 40px 0px;
}

a.prev, a.prevPage {
	background-position: 0px 0px;	
}

a.prev:hover, a.prevPage:hover {
	background-position: -32px 0px;	
}

a.disabled:hover {
	background-position: 0px 0px;	
}


a.next, a.nextPage {
	background: url(hori_large.png) no-repeat;
	background-position: 0px -32px;	
	width: 32px;
	text-align: left;
}

a.next:hover, a.nextPage:hover {
	background-position: -32px -32px;	
}

div.scrollable {  
	position: relative;
	overflow: hidden;
	width:  770px;	 
	height: 120px;	
}

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

#thumbs div {
	float: left;
	width: 170px;
	height: 120px;
	margin: 0px 10px;
	cursor: pointer;
}

#thumbs a img{
	border: 5px solid #ed7214;
}

#thumbs a img:hover{
	border: 5px solid #ffffff;
}