/*Lightbox section*/

#fullscreen{
	display:none;
}
#fullscreencover{
	position: fixed;
	top: 0;
	left:0;
	width:0px;
	height:0px;
	z-index:3;
}
#fullcover{
	background-color: #b8c8d4;
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	z-index:4;
	opacity: 0.75;
 	filter: alpha(opacity=75); /* For IE8 and earlier */
}
#fullimage{
	position: fixed;
	top: 0;
	z-index:5;
}

#fullimage h1{
	/*background-color: #b8c8d4;*/
	width:100%;
	padding:0px 0px 0px 15px;
	margin:-35px -5px 0px -5px;
	height:35px;
	overflow:hidden;
	font-size:30px;
}

#fullimage img{
	width:100%;
}

#exit{
	background-image:url(../images/exit.png);
	cursor:pointer;
	position: fixed;
	top: 0;
	right:0;
	z-index:3;
	height:50px;
	width:50px;
}

#fullimage{
	min-width:300px;
}

#bottom_wrapper{
	position:fixed;
	bottom:5px;
	height:85px;
	left:0px;
	right:0px;
	z-index:9;
}

#bottom{
	position:fixed;
	bottom:5px;
	height:85px;
	left:35px;
	right:35px;
	z-index:10;
	text-align:center;
	overflow:hidden;
}

.bottom_image_wrapper{
	overflow:hidden;
	width:85px;
	height:85px;
	display:inline-block;
	margin:0px 3px 0px;
}

#bottom img{
	cursor:pointer;
	margin:0px;
	padding:0px;
}

.bottomarrows{
	height:85px;
	width:30px;
	font-size:40px;
	text-align:center;
	cursor:pointer;
	background-color: #b8c8d4;
	position:fixed;
	bottom:5px;
	line-height:85px;
	display:none;
}

#leftarrow{
	left:5px;
}

#rightarrow{
	right:5px;
}

#thumbs{
}

#cover{
	display:none;
	position:fixed;
	z-index:5;
	top:300px;
}

/*end lightbox section*/