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

#gameslider #outerContainer { width:720px; height:194px; margin:auto; position:relative; }
#gameslider #imageScroller { width:720px; height:194px; position:relative; background:none; }
#gameslider #viewer { width:720px; height:185px; overflow:hidden; margin:auto; position:relative; top:20px; }
#gameslider #imageScroller a:active, #imageScroller a:visited { color:#000000; }
#gameslider #imageScroller a img { border:0; }
#gameslider #controls { width:720px; position:absolute; top:-6px; left:4px; z-index:10;	}
#gameslider #controls a { width:37px; height:35px; position:absolute; top:3px; }
#gameslider #controls a:active, #controls a:visited { color:#0d0d0d; }
#gameslider p#title { color:#ffffff; font-family:arial; font-size:100%; line-height:0px; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#gameslider #rtl { background:url(images/rtl.png) no-repeat; left:100px; }
#gameslider #rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#gameslider #ltr { background:url(images/ltr.png) no-repeat; right:100px; }
#gameslider #ltr:hover { background:url(images/ltr_over.png) no-repeat; }

#gameslider a.wrapper img {
	margin-right:20px;
}