@charset "UTF-8";
#gallery.gallery {
	font-family:Verdana, Geneva, sans-serif;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;	
	background-image:url(background.png);
	background-color: transparent;
	background-image: none\9;
	background-color: #2B1327\9;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	display:none;
}
#gallery.gallery .focus {
	position:absolute;
	width:100px;
	height:100px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;	
	box-shadow:0 0 10px #222;
	display:none;
}
#gallery.gallery .close {
	position:absolute;
	top:10px;
	right:10px;
	padding:2px;
	width:20px;
	height:20px;
	line-height:20px;
	color:#111;
	font-weight:700;
	text-align:center;
	background-color:#E4DCC6;
	cursor:pointer;
}
#gallery.gallery .close:before {
	content: "Χ";
}
#gallery.gallery .toolbar {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:auto;
	background-color:#E4DCC6;
	min-height:20px;
}
#gallery.gallery .toolbar .label {
	padding-top:1px;
	padding-bottom:1px;
	min-height:18px;
	line-height:18px;
	font-size:12px;
	padding-left:5px;
	color:#111;
}
#gallery.gallery .arrow {
	position:absolute;
	width:20px;
	height:20px;
	top:100%;
	margin-top:-20px;
	cursor:pointer;
	background: center center no-repeat;
	padding:0;
	min-height:0;
	min-width:0;
	float:none;
	opacity:.8;
}
#gallery.gallery .arrow:hover {
	opacity:1;
}
#gallery.gallery .arrow.left {
	left:-30px;
	background-image:url(arrow-left.png);
}
#gallery.gallery .arrow.right {
	right:-30px;
	background-image:url(arrow-right.png);
}