@CHARSET "UTF-8";

#gallery .gallery_item a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}

#gallery .gallery_item {
	float: left;
	position: relative;
	border: 4px solid #666666;
	margin: 4px;
}

#gallery .clear {
	clear: both;
}

#gallery #backlink {
	margin-top: 25px;
}

#gallery .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #000000;
	opacity: 0.5;
	color: #FFFFFF;
}

#gallery .caption p {
	margin: 5px 10px;
}

/* shutter override */
div#shNavBar a {
	display: inline-block !important;
}

div#shNavBar {
	background-color: #101010 !important;
}

/* shutter erdikon template */
#shDisplay div#shTitle {
	border-left: 7px solid #666666;
	border-right: 7px solid #666666;
	/*border-bottom: 5px solid #666666;*/
	background-color: #666666;
	font-weight: bold;
	text-align: left;
}