body{ margin-top: 40; margin-left: 40; padding: 0; border: none } 
img{ border:0 }

#lightbox{
	background: #fff;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #616161;
	border-right: 1px solid #616161;
	border-top: 1px solid #616161;
	border-left: 1px solid #616161;
	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;
	color: #fff;
	font-size: 6px;
	font-weight: normal;
	}

#closeButton{
	width: 66px;
	height: 22px;	
	top: 10px;
	right: 10px;
	border: none;
	}

#lightboxImage{
        clear: both;
	}
#lightboxCaption {
	color: #616161;
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	
	
	}

a#go_left {
	font-weight: bold;
	float: left;
	font-size: small;
	color: #fff;
	text-decoration: none;
	width: 0em;
	border: none;
	
	}

a#go_right{
	font-weight: bold;
	float: right;
	font-size: small;
	color: #fff;
	text-decoration: none;
	width: 5em;
	border: none;
	
}
