@import url(https://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);
html,body{height:100%;}
*{
outline:none;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
}
body{margin:0px; padding:0px; background:#000;}
#toolbar{position:fixed; z-index:200; right:10px; top:5px; padding:5px;background-color:#000;opacity:0.8;}
#toolbar img{border:none;}
#img_title{position:relative; z-index:200; left:0px; top:0px; text-align:left;padding:0px; background:url(fs_img_g_bg.png); color:#FFF; font-family:'Josefin Sans Std Light', arial, serif; font-size:24px; text-transform:uppercase;}

#bg{position:fixed; z-index:1; overflow:hidden; width:100%; height:100%;}
#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:fixed; bottom:0; width:100%; background:url(empty.gif); /* stupid ie needs a background value to understand hover area */}
#outer_container{position:relative; padding:0; width:100%; margin:40px auto;}
#outer_container .thumbScroller{position:relative; overflow:hidden; background:url(fs_img_g_bg.png);}
#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:5px; height:100%;}
#outer_container .thumbScroller img{border:5px solid #fff;}
#outer_container .thumbScroller .content div a{display:block; padding:5px;}

.nextImageBtn, .prevImageBtn{display:block; position:absolute; width:50px; height:50px; 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:#000 url(nextImgBtn.png) center center no-repeat;}
.prevImageBtn{background:#000 url(prevImgBtn.png) center center no-repeat;}


#pageNavigation {
	width: 100%;
	height: 65px;
	padding: 0 0px;
	position:absolute;
	top:0px;
	text-align:center;
	background: #000;
	opacity: 1.7;
	margin:0px auto;
	border-bottom:1px solid #d2d2d2;
	box-shadow:5px 0px 50px 5px #333;
	z-index:0;
}

h1 { 
	position:fixed;
	bottom:30px;
	margin-top: 12px;
	margin-bottom:0px;
	font-size: 10px;
	text-align: center;
	padding-left:15px;
	font-weight: normal;
	color: #eeedec;
	z-index:5000;
}
	
h2 { 
	position:fixed;
	bottom:10px;
	margin-top: 0;
	text-align: center;
	padding-left:15px;
	font-size: 10px;
	font-weight: normal;
	color: #dcdcda;
	z-index:5000;
}
h3{
	margin:0px;
	text-align:center;
	padding:15px;
	background-color:#d2d2d2;
	border:1px solid #fff;
	width:280px;
	font-family: Georgia,serif;
	box-shadow:5px 0px 50px 5px #333;
	cursor:pointer;
}
h4 {
	margin-top:0px;
	background-color:#424D92;
	color:#fff;
	padding:5px;
	margin-bottom:0px;
}

h5 {
	padding:0px;
	margin-top:0px;
	margin-bottom:15px;	
}
a {
	text-decoration: none;
	outline: none;
	color: #fff;
}
	
a:hover {
	text-decoration: underline;
	 opacity: 1;
}

a img{
	border:none;
}

table{
	width:100%;
	border:none;
}

td {
	width:33%;
	overflow:hidden;
	vertical-align:top;
}

.toggler{
	position: relative;
	display: inline;
	top: 18px;
	background-color:#424D92;
}
.toggler:hover{
	opacity: 1 !important;
	color:#424D92;
	background-color:#75AADD;
}

.toggler a{
	font-size:18px;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:10px;
}
.toggler a:hover{
	color:#fff;
	background-color:#75AADD;
	box-shadow: none;	
}
.windowWarpper{
	width:99%;
	height:99%;
	margin:0px auto;
	position:absolute;
	top:0px;
}
.window1, .window2, .window3, .window4, .window5{
	display:none;
	width:675px;
	top:67px;
	position:relative;
	margin:0px auto;
	text-align:left;
	line-height: 120%;
	box-shadow:5px 0px 50px 5px #333;
}

.windowBody{
	background-color:#d2d2d2;
	border:1px solid #fff;
	padding:0px;
	font-size:12px;
}

.windowContent{
	padding:15px;
}

.windowClose{
	position:absolute;
	right:3px;
	top:5px;
	cursor:pointer;
}

.windowImage{
	border:1px solid #333;
	margin-right:20px;
}

.bpp {
	width:130px;
	margin-right:0px;
	border:1px solid #fff;
}
.buttonBar{
	text-align:right;
	width:100%;
	margin-bottom:15px;
	margin-top:30px;
}

.button{
	display: inline;
	background-color:#424D92;
    border: 1px solid #fff;
    margin-bottom: 0;
    padding: 10px;	
}
#g_show{
	z-index:5000;
	position:fixed;
	right:85px;
	padding-top:8px;
	cursor:pointer;
	opacity: 0.7;
}
#g_show:hover{
	opacity: 1;
}