.scrollable{position:relative;overflow:hidden;width:420px;height:65px;}
.scrollable .items{width:20000em;position:absolute;clear:both;}
.scrollable img{float:left;margin:10px 5px 10px 5px;background-color:#fff;padding:2px;border:1px solid #ccc;cursor:pointer;max-width:60px;max-height:44px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.scrollable .active{border:2px solid #000;z-index:9999;position:relative;}
