@charset "utf-8";
/* CSS Document */

#gallery_inthewoods a {
	color:#fff;
}
#gallery_inthewoods .item {
	position:relative;
	display:block;
	float:left;
	margin:10px;
	text-align:center;
}
#gallery_inthewoods .item .image {
	background-color:#1e1e1e;
	height:170px;
	width:170px;
	border:1px solid #fff;
}
#gallery_inthewoods .item .image a {
	display:table-cell; 
	vertical-align:middle;
	height:170px;
	width:170px;
	border:none;
	outline:none;
}
#gallery_inthewoods .item img {
	display:block;
	margin:0px auto;
	border:none;
	outline:none;
}
#gallery_inthewoods .item .title {
	padding:5px 10px;
	background-color:#939393;
	border:1px solid #fff;
	display:block;
	width:150px;
	position:absolute;
	bottom:0px;
	opacity:0.8; 
}
#gallery_inthewoods #galerie_navigation {
	background-color:#939393;
	border:1px solid #fff;
	color:#333;
	padding:5px 10px;
	margin:10px;
}
#gallery_inthewoods {
	width:960px;
	margin:0px auto;
}
#progressbar {
	position:relative;
	border:2px solid black;
	height:1.2em;
}
#showprogress {
	position:absolute;
	left:10px;
	top:0px;
}
#progress {
	height:100%;
	width:0px;
	background-color:#939393;
}