
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 886px;
	height:210px;
	text-align:left;

}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable div.items div { 
    float:left; 
} 
/* single scrollable item 
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}*/

/* active item */
.scrollable .active {
	border:1px solid  #B5461B;
	z-index:9999;
	xposition:relative;
}


