.scrollable {
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 478px; 
	height:170px;
	border:1px solid #fff;
	/*-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable img {
   	/*margin:5px 5px 5px 5px;*/
	background-color:#fff;
	cursor:pointer;
	/*width:100px;
	height:110px;*/
	/*-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}

.scrollable .active {
    opacity:1;
	border:1px solid #000;
	z-index:9999;
	position:relative;
}