/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img {
width: 100px;
height: 100px;
display: block;
float: left;
margin: 30px 0 0;
}

#outerContainer { 
width: 100%; 
height: 100px; 
margin: auto; 
position: relative; 
}

#imageScroller { 
width: 100%; 
height: 100px; 
position: relative; 
background: #ffffff;
}

#viewer { 
width: 100%; 
height: 90px; 
overflow: hidden; 
margin: auto; 
position: relative; 
top: 10px; 
}