/* ------------------------------------------------ global */

@import url(reset.css);
@import url(fonts.css);

body {
	background:#fff;
}

#gallery {
	position:relative;
	margin: 10px auto;
	background: #000;
	padding: 2px;
	display:block;
}
#cover {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
	left:0;
	top:0;
	background:#000;
}
#menu {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	background:#000;
	height:24px;
	line-height:24px;
	padding:0 10px;
	z-index:2000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
#menu a { color:#fff; }
#progress {
	position: relative;
	height: 15px;
	padding: 2px;
	border: 1px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	line-height:15px;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}