body { border: 0px; margin: 0px; }

#container { background: #000; width: 950px; height: 250px; }

#thumbs { float: left; width: 950px; height: 250px; }
#thumbs ul { float: left; list-style: none; width: 475px; margin: 0px; padding: 0px; }
#thumbs ul li { display: block; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; font-weight: bold; list-style: none; width: 475px; height: 250px; margin: 0px; padding: 0px; }
#thumbs ul li img { border: none !important; width: 475px; height: 250px; }
#thumbs ul li img:hover { filter: alpha(opacity=50); -moz-opacity:.50; opacity:.50; }

.slide { width: 475px; height: 250px; }

#output { display: none; }

.clear { clear: both; }