.scrollable {
	position:relative;
	overflow:hidden;
	width: 940px;
	height:190px;
	float: left;
	margin-left:63px;
	margin-top:7px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	cursor:pointer;
	width:940px;
	height:190px;
	-webkit-border-radius:4px;
}
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}