#thumbs {  width: 100%;  height: 65px;  position: relative;  margin-top: 3px;  max-width: 356px;  margin: auto;  text-align: center;}#thumbs div.scrollableArea a {  display: inline-block;  padding-left: 2.5px;  padding-right: 2.5px;}div.scrollingHotSpotLeft {  min-width: 15px;  width: 15px;  height: 100%;  background-image: url(../images/big_transparent.gif);  background-repeat: repeat;  background-position: center center;  position: absolute;  z-index: 200;  left: 0;}div.scrollingHotSpotLeftVisible {  background-image: url(../images/thumbNavigation_l.png);  background-color: #000;  background-repeat: no-repeat;  opacity: 0.50;  -moz-opacity: 0.50;  filter: alpha(opacity=50);  zoom: 1;}div.scrollingHotSpotRight {  min-width: 15px;  width: 15px;  height: 100%;  position: absolute;  z-index: 200;  right: 0;}div.scrollingHotSpotRightVisible {  background-image: url(../images/thumbNavigation_r.png);  background-color: #000;  background-repeat: no-repeat;  opacity: 0.50;  filter: alpha(opacity=50);  -moz-opacity: 0.50;  zoom: 1;}div.scrollWrapper {  position: relative;  overflow: hidden;  width: 100%;  height: 100%;}div.scrollableArea {  position: relative;  width: auto;  height: 100%;  margin: auto;  min-width: 230px;}.lt-ie9 div.scrollableArea {  position: absolute;  width: auto;  height: 100%;  margin: auto;}