*{outline:none;}
#toolbar{position:absolute; z-index:3; right:10px; top:10px; padding:5px; background:url(../images/fs_img_g_bg.png);display:none;}
#toolbar img{border:none;}
#img_title{position:fixed; z-index:3; left:10px; top:10px; padding:10px; background:url(../images/fs_img_g_bg.png); color:#FFF; font-family:'Josefin Sans Std Light', arial, serif; font-size:24px; text-transform:uppercase;display:none !important;}
#bg{position:absolute; z-index:1; overflow:hidden; width:100%; height:100%; top:0;}
#bgimg{display:none; -ms-interpolation-mode: bicubic;}
#preloader{position:relative; z-index:3; width:32px; padding:20px; top:80px; margin:auto; /*background:#000;*/}
#thumbnails_wrapper{z-index:2; position:absolute; bottom:10px; width:100%;  /* stupid ie needs a background value to understand hover area */}
#outer_container{position:relative; padding:0; width:100%; margin:0px auto;}
#outer_container .thumbScroller{position:relative; overflow:hidden; /*background:url(../images/fs_img_g_bg.png);*/}
#outer_container .thumbScroller, #outer_container .thumbScroller .containerz, #outer_container .thumbScroller .content{height:90px;}
#outer_container .thumbScroller .containerz{position:relative; left:0;}
#outer_container .thumbScroller .content{float:left;}
#outer_container .thumbScroller .content div{margin:5px; height:100%;}
#outer_container .thumbScroller img{border:5px solid #000;height:70px;}
#outer_container .thumbScroller img:hover{border:5px solid #FFF;height:70px;}

#outer_container .thumbScroller .content div a{display:block; padding:5px;height:80px;}

.nextImageBtn, .prevImageBtn{display:block; position:absolute; width:55px; height:55px; top:50%; margin:-25px 10px 0 10px; z-index:3; filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4;}
.nextImageBtn:hover,.prevImageBtn:hover{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;}
.nextImageBtn{right:0; background: url(../images/nextImgBtn.png) center center no-repeat;}
.prevImageBtn{background: url(../images/prevImgBtn.png) center center no-repeat;}
.container { position:relative; }


.thumbScroller { width:100% !important; }

@media all and (max-width: 1000px) {
.thumbScroller { display:none; }
}