﻿div.scrollablecontainer{width: 360px;}
.scrollable, div.scrollable{position:relative;overflow:hidden;min-width:288px;width:288px;height:190px;float:left;border:1px solid #ebebeb;margin:0 0 10px 0}
#thumbs, .thumbs{position:absolute;width:20000em;clear:both;}
#thumbs div, .thumbs div{float:left;width:144px;height:190px;}
#thumbs div.hover, .thumbs div.hover{background-color:#f9fafb;}
#thumbs div.active, .thumbs div.active{background-color:#f9fafb;cursor:default;}
a.prev,a.next,a.prevPage,a.nextPage{display:block;width:28px;height:28px;background:url(../images/leftarrow.png) no-repeat;float:left;margin:94px 2px 0 2px;cursor:pointer;font-size:1px;}
a.prev:hover,a.prevPage:hover{background:url(../images/leftarrow.png) no-repeat;}
a.next:hover,a.nextPage:hover{background:url(../images/rightarrow.png) no-repeat;}
a.disabled{visibility:hidden!important;}
a.next,a.nextPage{background-image:url(../images/rightarrow.png);clear:right;}
.moreLink{margin:10px auto; width: 200px;}
