.scrollable {
	/*background: #ccc;*/
	position: relative;
	overflow: hidden;
	width: 555px;
	height:155px;
	/*border:1px solid #ccc;*/
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

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

.scrollable img {
    opacity: 1;
	float:left;
	margin:2px 2px 2px 2px;
	background-color:#fff;
	cursor:pointer;
	width:135px;
	height:145px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

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