.scrollable{position:relative;overflow:hidden;width:500px;height:100px;padding-right:10px;border:0px solid #ccc;}
.scrollable .items{width:10000em;position:absolute;clear:both;}
.scrollable img{float:left;margin:5px 5px 5px 8px;background-color:#fff;padding:1px;border:1px solid #ccc;cursor:pointer;width:122px;height:90px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.scrollable .active{border:2px solid #000;z-index:9999;position:relative;}
