#toolbar{position:fixed; z-index:3; right:0; top:0; padding:5px; background:url(../images/fs_img_g_bg.png);}
#toolbar img{border:none;}
#bg{position:fixed; z-index:1; overflow:hidden; width:100%; height:100%;}
#bgimg{display:none; -ms-interpolation-mode: bicubic;}
#preloader{position:absolute; z-index:8000; width:30px; height:30px; padding:10px 10px 10px 10px; top:30%; left:50%; background: url(../images/preloader_generico.gif) center center no-repeat; text-indent: -9000px;}
#thumbnails_wrapper{z-index:2; position:fixed; bottom:0; width:100%; background:url(../images/empty.gif); }
#outer_container{position:relative; padding:0; width:100%; margin:20px auto;background:url(../images/fs_img_g_bg.png);}
#outer_container .thumbScroller{position:relative; overflow:hidden; }
#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content{height:170px;}
#outer_container .thumbScroller .container{position:relative; left:0;}
#outer_container .thumbScroller .content{float:left;}
#outer_container .thumbScroller .content div{margin:10px; height:100%;}
#outer_container .thumbScroller img{border:1px solid #333;}
#outer_container .thumbScroller .content div a{display:block; padding:5px;}
/* Mozilla proposal (dash) */
#container:full-screen, #specialstuff:full-screen{ width:100%;height:100%;}
/* W3C proposal (no dash) */
#container:fullscreen, #specialstuff:fullscreen {    width:100%;   height:100%;}
#container:-webkit-full-screen, #container:-moz-full-screen{width: 100%;height:100%;top:0;left:0position:fixed;}
#specialstuff:-webkit-full-screen, #specialstuff:-moz-full-screen{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#f5f5f5;}
#container {
width: 100%;
height:100%;
top:0;
left:0;
position:fixed;
}
#specialstuff{
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
background-color:#f5f5f5;
}
/* ---------------------------------------- 940  */
@media screen and (max-width:940px) {
}
/* ---------------------------------------- 768  */
@media screen and (max-width:768px) {
}
/* ---------------------------------------- 480  */
@media only screen and (max-width:480px) {
#outer_container{
display: none;
}
}
/* ---------------------------------------- 320  */
@media only screen and (max-width:320px) {
}
