/* DHTML SlideShow - Copyright Berg 2007 */ #slideShow { visibility: hidden; position: relative; width: 575px; height: 221px; background-color: white; } #slideShow .image { visibility: hidden; position: absolute; width: 575px; height: 221px; top: 0px; left: 0px; border: 0px; margin: 0px; padding: 0px; } #slideShow .text { visibility: hidden; position: absolute; padding: 5px; width: 565px; height: 70px; top: 151px; left: 0px; } #slideShow #shader { visibility: visible; position: absolute; width: 575px; height: 70px; top: 151px; left: 0px; background-color: white; filter: alpha(opacity=50); opacity: .5; -moz-opacity: .5; } #slideShow h3, h2, h4 { line-height: .9em; margin: 0; } #slideShow .text h2 { font-size: 1.1em; margin: 3px 0 3px 0; color: #333333; } #slideShow .text { font-size: 1.1em; } #slideShow .text a { font-size: 1em; } #slideShow #control { position: absolute; bottom: 0px; right: 0px; font-size: 0px; } #slideShow #control img { filter: alpha(opacity=70); opacity: .7; -moz-opacity: .7; border: 0px; } #slideShow #slide_1_image { visibility: visible; } #slideShow #slide_1_text { visibility: visible; }