#photogallery { /* position:fixed; z-index:950; */ width:100%; height:100%; top:0; left:0; background:#000; }
/*#photogallery #close { display:none; position:fixed; z-index:950; top:0; left:0; font-size:40px; }
#photogallery #toolbar { display:none; position:fixed; z-index:950; right:0; top:0; padding:5px; }
#photogallery #toolbar img { border:none; } */
#photogallery #bg { /* position:fixed; */ z-index:940; overflow:hidden; width:100%; height:100%; }
#photogallery #bgimg { display:none; -ms-interpolation-mode: bicubic; }
#photogallery #preloader { display:none; position:relative; z-index:950; width:32px; padding:20px; top:80px; margin:auto; background:#000; }
#photogallery .nextImageBtn, #photogallery .prevImageBtn { display:block; position:absolute; width:40px; height:40px; top:50%; padding:10px; margin:-30px 0 0 0; z-index:950; filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1; cursor:pointer; }
#photogallery .nextImageBtn:hover, #photogallery .prevImageBtn:hover { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6; }
#photogallery .nextImageBtn { right:0; background:#000 url(../images/photogalleryFullScreen/nextImgBtn.png) center center no-repeat; }
#photogallery .prevImageBtn { background:#000 url(../images/photogalleryFullScreen/prevImgBtn.png) center center no-repeat; }
/*
#photogallery #close { display:none; position:absolute; z-index:950; height:12px; width:12px; top:5px; left:5px; cursor:pointer;  background:url(../images/icons/close6.png) no-repeat; }
#photogallery #close:hover { display:none;   background:url(../images/icons/close7.png) no-repeat; }
*/