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

#wrap {
	width:761px;
	height:776px;
	margin:0px auto;
}

.galleryBox {
	border:1px solid #9d8100;
	margin:6px 40px;
	padding: 5px 0 10px 10px;
}
.galleryBox img {
	width:109px;
	height:109px;
	margin-right:15px;
}
.galTitle {
	color:#9d8100;
	font-family:Arial;
	font-size:14px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
.albumInfo {
	float:left;
	width:168px;
	padding:20px 5px 0 0;
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#c9b34d;
}
.imgHolder {
	width:109x;
	height:133px;
	overflow:hidden;
	margin:10px;
	float:left;
}
.openLink {
	font-size:11px;
	font-:family:Arial;
	color:#8a5b27;
	cursor:pointer;
}
#blackout{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	background-color:black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	z-index:1;
}
#viewer{
	position:absolute;
	top:0px;
	width:500px;
	height:500px;
	background-color:#000;
	display:none;
	z-index:20;
}
#close {
	position:relative;
	color:white;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	float:right;
	margin:5px;
}
#picHolder {
	margin:10px;
	float:left;
}
#prevBtn {
	color:#9d8100;
	font-size:14px;
	float:left;
	cursor:pointer;
	margin-left:10px;
	font-family:Arial;
}
#nextBtn {
	color:#9d8100;
	font-size:14px;
	float:right;
	cursor:pointer;
	margin-right:10px;
	font-family:Arial;
}
.moreBtn {
	float:right;
	width:112px;
	height:17px;
	border:none;
	padding:0px;
	margin:5px 0px;
	cursor:pointer;
}
#bottomBar {
	width:680px;
	margin:0px auto;
}
#photoControls {
	position:absolute;
	bottom:5px;
	width:500px;
	left:0px;
}
.loader {
	margin-top:224px;
	margin-left:224px;
}
#flashContent {
	position:absolute;
	z-index:0;
}

