div#gallery {clear: both; //padding-right: 1px; padding: 0px 0 1em 0; position: absolute; top: 556px; z-index: 5;}
div#gallery div.photogallery { margin-left: 25%; }

div.photogallery div.photo { float: left; zoom: 1; }
div.photogallery div.controls { position: absolute; top: -48px; left: 0; z-index: 6; display: none; }
div.photogallery div.controls span img.over { display: none; }
div.photogallery div.controls span.hover img { display: none; }
div.photogallery div.controls span.hover img.over { display: inline; }
div.photogallery div.controls img { margin: 0 !important; padding: 0 !important; cursor: pointer; }
div.photogallery div.photo div.big { height: 556px; position: absolute; display: none; top: -556px; left: 0; overflow: hidden; z-index: 15; width: 100%; }
div.photogallery div.photo div.big div { position: absolute; right: 0; width: 15%; font-size: 70%; bottom: 60px; line-height: 220%; display: none; }
div.photogallery div.photo div.big div span { display: block; margin-right: 40px; }
div.photogallery div.photo div.big img { margin: 0; position: relative; }
div.photogallery div.photo div.preview { float: left; position: relative; }
div.photogallery div.photo div.preview a { display: block; float: left; position: relative !important; border: 1px solid #c4c7c8; background: url('gallery-preview-bg.gif') 0 0 repeat-x; }
div.photogallery div.photo div.preview div { float: left; padding-top: 10px; height: 40px; overflow: hidden; zoom: 1; padding-right: 5px; position: relative; left: -5px; padding-left: 5px; }
div.photogallery div.photo div.preview img { position: relative; margin: 0 !important; padding: 0 !important; }
div.photogallery div.photo div.preview span { position: absolute; left: 0; bottom: -10px; //bottom: -17px; white-space: nowrap; font-family: Arial, sans-serif; font-size: 70%; color: #999999; display: none; }
div.photogallery div.photo div.preview.hover span { display: block; }


div.gallery {margin-bottom: 2em;}
div.gallery p {color: #666666; font-family:Arial, sans-serif; font-size:0.75em; margin-bottom: 0.5em; line-height:1.3;}


div#gallery-fader { position: fixed; top: 0; left: 0; //position: absolute; top: expression( document.getElementsByTagName('body')[0].scrollTop + "px" ); width: 100%; height: 100%; z-index: 3; background-color: white; opacity: 0.9; filter: alpha(opacity=90); display: none; }

div#gallery-bg { position: absolute; width: 100%; height: 556px; top: 0; top: -556px; left: 0; background: url('gallery-bg.png') 0 0 repeat-x; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/1/global/gallery-bg.png', sizingMethod='scale'); z-index: 4; }
div#gallery-bg .logo { display: none; }
div#gallery-bg .logo div { width: 15%; float: right; margin-top: 30px; }


div.limit { min-width:980px; max-width:1400px; width: 100%; -width:expression(
(
document.getElementById('measurer')
&& document.getElementById('measurer').clientWidth < 980
)
? '980px'
: (
document.getElementById('measurer')
&& document.getElementById('measurer').clientWidth < 1400
)
? '100%'
: '1400px'
);
}