#gallery { width:751px; overflow:hidden; }
#slides { height:268px; width:751px; overflow:hidden; }
#gallery .slide { float:left; }
#gallery #menu { height:18px; }
#gallery #menu ul { margin:0px; padding:0px; }
#gallery #menu li { width:15px; display:inline-block; list-style:none; height:18px; overflow:hidden; background:url(images/pic.png) no-repeat; }
#gallery #menu li.act, #gallery li.act:hover { background:url(images/active_bg.png) no-repeat; }
#gallery #menu li.act a { cursor:default; }
#gallery #menu li a { display:block; background:url(images/divider.png) no-repeat right; height:20px; }
#gallery a img { border:none; }
#main { margin:15px auto; text-align:center; width:754px; position:relative; }