div#viewer-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	overflow: hidden;
	z-index: 101;
}

div#viewer-center {
	position: absolute;
	left: 50%;
	background: #a0a0a0;
	margin-left: -250px;
	z-index: 102;
}

div#viewer-contents {
	/* default width and height */
	width: 500px;
	height: 450px;
	overflow: hidden;
	visibility: hidden;
}

#myContent {
	padding: 20px;
	text-align: center;
}

#viewer-contents a {
	cursor: pointer;
}

.viewer-loading {
	background: #a0a0a0 url(/template-images/loading.gif) no-repeat center !important;
}

#viewer-error {
	color: #990000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
}

#viewer-error em {
	font-size: 0.8em;
}

a#viewer-close-link {
	display: block;
	position: absolute;
	top: -10px;
	right: -15px;
	width: 25px;
	height: 25px;
	background: transparent url(/template-images/closelabel.png) no-repeat center;
	cursor: pointer;
	z-index: 99;
}

#viewer-arrow {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#bio-wrap #viewer-arrow {
	position: absolute;
	top: 300px;
	right: 24px;
}

#peep-nav {
	position: absolute;
	top: 310px;
	right: 99px;
}

p#viewer-arrow-prev,
p#viewer-arrow-next {
	width: 28px;
	height: 28px;
	margin: 0 0 0 10px;
	float: left;
}

p#viewer-arrow-prev a {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(/template-images/button-prev.gif) no-repeat 0px -28px;
}

p#viewer-arrow-next a {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(/template-images/button-next.gif) no-repeat 0px -28px;
}

p#viewer-arrow-prev a:hover, p#viewer-arrow-next a:hover {
	background-position: 0px 0px;
}

p#viewer-arrow-prev a span,
p#viewer-arrow-next a span {
	display: none;
}

#galleryBox {
	padding: 20px;
	color: #e0e0e0;
	font-family: Georgia, Times serif;
	font-size: 11px;
}

#galleryBox h1 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #c0c0c0;
}

#galleryFooter {
	position: relative;
	height: 30px;	
}

#galleryImage {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
}
