﻿/* js-disabled class - set image sizes so they all fit in the viewer */

.js-disabled img { width:100px; height:35px; display:block; float:left; margin:30px 0 0; }

#outerContainer { width:740px; height:35px; margin-bottom:10px; position:relative; }
#imageScroller { width:740px; height:35px; position:relative; background:white  no-repeat; }
#viewer { width:740px; 
height:35px; overflow:hidden; margin:auto; position:relative; 
	
}
#imageScroller a:active, #imageScroller a:visited { color:white; }
#imageScroller a img { border:0; margin-left:10px; margin-right:10px;  }

