* {
margin: 0;
padding: 0;
}

html {
font-family: 'Verdana';
background: url(../images/background.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat; height: 100vh;
}

.fullBg {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
z-index: 0;
}

.wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 50;
/*background: url("../images/background1.jpg") top left repeat;*/
}

.wrap .content {
margin: 0px auto;
padding: 0px;/* 0px 600px 0px*/
width: 1000px;
}

.wrap .content .logo {
float: left;
width: 1000px;
height: 80px;
background: url("../images/logo.png") top left no-repeat;
margin-top: 40px;
background-color: none;
}

.wrap .content .navigation {
float: left;
margin: 0px;
padding: 0px;
width: 1000px;
height: 42px;
background: url("../images/nav_back.jpg") top left repeat-y;
}

.wrap .content .navigation .main {
float: left;
width: 770px;
padding-left: 30px;
height: 42px;
}

.wrap .content .navigation .lang {
float: left;
width: 120px;
height: 42px;
padding-left: 80px;
}

.wrap .content .navigation .main ul, .wrap .content .navigation .lang ul {
list-style-type: none;
height: 42px;
padding-top: 14px;
}

.wrap .content .navigation .main ul li, .wrap .content .navigation .lang ul li {
display: inline;
float: left;
margin: 0px;
padding: 0px 8px 0px 8px;
border-right: 1px solid #fff;
height: 14px;
line-height: 14px;
}

.wrap .content .navigation .main ul li.last, .wrap .content .navigation .lang ul li.last {
border: none;
}

.wrap .content .navigation .main ul li a, .wrap .content .navigation .main ul li a:link, .wrap .content .navigation .main ul li a:visited, .wrap .content .navigation .lang ul li a, .wrap .content .navigation .lang ul li a:link, .wrap .content .navigation .lang ul li a:visited {
text-transform: uppercase;
font-size: 14px;
color: #fff;
font-weight: normal;
text-decoration: none;
}

.wrap .content .navigation .main ul li a:hover, .wrap .content .navigation .lang ul li a:hover {
text-transform: uppercase;
font-size: 14px;
color: #00ffff;
font-weight: normal;
text-decoration: none;
}

.wrap .content .panel {
float: left;
margin: 0px;
padding: 20px 0px 20px 20px;
width: 980px;
background-color: #fff;
}

.wrap .content .panel .box1, .wrap .content .panel .box2 {
float: left;
width: 380px;
margin-left: 10px;
border-right: 1px solid #00ffff;
padding-right: 10px;
font-size: 11px;
}

.wrap .content .panel .box2 img {
margin-left: 23px;
margin-top: 1px;
margin-bottom: 40px;
float: left;
}

.wrap .content .panel .box1 p, .wrap .content .panel .box2 b, .wrap .content .panel .box2 p, .wrap .content .panel .box1 b {
font-size: 11px;
line-height: 14px;
margin-top: 15px;
margin-bottom: 15px;
}

.wrap .content .panel .sidebar {
float: left;
width: 140px;
font-size: 14px;
font-weight: bold;
margin-left: 20px;
}

.wrap .content .panel .sidebar a, .wrap .content .panel .sidebar a:link, .wrap .content .panel .sidebar a:visited {
font-size: 11px;
color: #52bae5;
text-decoration: none;
font-weight:  normal;
}

.wrap .content .panel .sidebar a:hover {
font-size: 11px;
color: #52bae5;
text-decoration: none;
font-weight:  normal;
}

.wrap .content .panel .sidebar .small {
font-size: 11px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%;  background-color: #000; }
