
div.imageslider{
	margin-top:25px;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 630px;
	height:115px;
	
	background:#;
	border:1px solid #;
}

.scrollable .items {
	width:7000px;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

.scrollable a {
	float:left;
	margin:4px 0px 0px 8px;
	background-color:#;
	padding:2px;
	border:1px solid #;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollable .active {
	border:2px solid #;
	position:relative;
	cursor:default;
}

.scrollable {
	float:left;	
}

#content a.browse {
	background-color:#;
	display:block;
	width:36px;
	height:117px;
	float:left;
	cursor:pointer;
	font-size:1px;
	text-align:center;
	vertical-align:baseline;
}

#content a.right { background:# url(../images/resultsRight.png) no-repeat bottom;background-position:10px; clear:right; margin-right: 0px;}


#content a.left	{ background:# url(../images/resultsLeft.png) no-repeat bottom;background-position:10px;margin-left: 0px; } 


#content a.disabled {
	visibility:hidden !important;		
} 	

