/* Style Array: Thumbs Border: 0 View Border: 0 View Left Border: 0 */ a#gallery_backward, a#gallery_forward { position:absolute; height:15px; bottom:1px; font-size:25px; color:#777; padding:10px; padding-top:0px; } a#gallery_backward { left:30%; } a#gallery_forward { right:12px; } a#gallery_backward:hover, a#gallery_forward:hover { color:#eee; } div.gallery_container { position:absolute; left:30%; height:500px; bottom:20px; } div.gallery { position:relative; left:-12px; white-space:nowrap; height:500px; width:500%; } div.gallery ul.album { display:inline; float:left; list-style:none; margin:0px; padding:0px; margin-right:20px; margin-top:9px; margin-bottom:9px; } div.gallery ul.album li.thumbs, div.gallery ul.album li.view { display:inline; float:left; margin:0px; padding:0px; } div.gallery ul.album li.thumbs { border:none; border:0px solid #111; /*-khtml-box-shadow:#333 0px 0px 5px;*/ } div.gallery ul.album li.thumbs.hover { border:0px solid #111; background-color:#222; } div.gallery ul.album li.thumbs a { opacity:0.3; filter:alpha(opacity=30); } div.gallery ul.album li.thumbs.hover a { opacity:0.5; filter:alpha(opacity=50); } div.gallery ul.album li.thumbs.hover a:hover { opacity:1.0; filter:alpha(opacity=100); } div.gallery ul.album li.view { position:relative; height:480px; background-color:#222; border:0px solid #111; border-left:0px solid #111; cursor:pointer; } div.gallery ul.album li.view div { height:480px; background-repeat: no-repeat; overflow:hidden; } div.gallery ul.album li.thumbs ul { display:inline; float:left; list-style:none; margin:0px; padding:0px; } div.gallery ul.album li.thumbs ul li { display:inline; float:left; margin:0px; padding:0px; } div.gallery ul.album li.thumbs ul li a { display:block; width:80px; height:80px; overflow:hidden; }