body{ margin: 0; padding: 0; }

#lightbox{
	background: #eee;
	padding: 0px 15px 10px 15px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	text-align: center;
	}

#lightboxDetails{
	margin: 0px 0px 8px 3px;
	font-size: 0.8em;
	padding-top: 0.8em;
	}

#userMsg{
	float: left;
	margin: 0px;
	font-size: x-small;
        color: gray;
	}

#lightboxNumber{
	margin: 0px;
	padding-right: 10em;
	font-family:  arial,verdana, serif;
	font-size: 12px;
	font-weight: normal;
	}

#overlay {
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

#closeButton{
	top: 6px;
	right: 6px;
	border: none;
	}

#lightboxImage{
        clear: both;
	}
#lightboxCaption {
	color: #89a;
	font-family: sans;
	font-weight: normal;
	text-align: center;
	margin: 8px 0px 0px 0px;
	}

a#go_left {
	font-weight: bold;
	float: left;
	font-size: xx-small;
	color: #444;
	text-decoration: none;
	width: 4em;
	}

a#go_right{
	font-weight: bold;
	float: right;
	font-size: xx-small;
	color: #444;
	text-decoration: none;
	width: 4em;
}
