/*
	root element for the scrollable.
*/
.scrollable {position:relative;overflow:hidden;width: 874px;height:124px;background: #fff;margin-left:4px}
.scrollable .items {width:20000em;position:absolute;clear:both;}
.items div {float:left;width:874px;}
.scrollable .items img {float:left;margin:10px 4px;background-color:#fff;padding:2px;border:1px solid #ccc;width:275px;height: 90px;}
.scrollable .active {border:2px solid #000;position:relative;cursor:default;}



