/* @override http://zadokbendavid.com/style/gallery.css */

#gallery {width: 1150px; font: 12px/1.5 "Myriad Pro Regular", sans-serif; margin: auto;}
#zoomPreview {width:840px; margin:75px auto;}

#zoomImg {position: relative; margin:10px; width:400px; height:400px; background:none; float:left; overflow:hidden;}

#normalImg {position: relative; margin:10px; width:400px; height:400px; background:#B4B4B4; float:left; overflow:hidden;}

#info, #credit, #controls { height: 20px; float:left; color:#CCC; font-size:9px; padding: 0 10px;}
#credit {float:right;}
#info {width:400px; text-align:left; }

#controls img {border:0; margin:0; padding: 2px; float:left;}
#controls a {text-decoration:none; color:#666;}

#footer {
	clear: both;
	height:100%;
	margin:10px;
}

#controls {
	float:left;
	position: relative;
	width: 150px;
	text-align:center;
	vertical-align: middle;
}
#imgInformation {
	height: 20px;
	width: 250px;
	float: left;
	font-family: "Myriad Pro Regular";
	font-size: 12px;
	color:#999;}
	
#pieceInfo {
	width:30px; 
	height:14px; 
	background:#CCC; 
	float:left; 
	margin:4px; 
	color:#666;	
}

#counter {
	width:30px; 
	height:14px; 
	background:#CCC; 
	float:left; 
	margin:4px; 
	color:#666;
}

#overlay {
	-webkit-border-radius:5px;
	-webkit-box-shadow: 6px 5px 7px #888888;
	-moz-border-radius:5px;
	-moz-box-shadow: 6px 5px 7px #888888;
	}
	
.hud img {
	width: 100px;
	height: 100px;
	padding:5px;
}

.bold {
	color:#333;
	
}