#overlay, #lightbox {
	z-index: 5000 !important;
	}
#lightbox{
	background: #eee;
	padding: 0;
	border: 1px #DBBF5C solid;
	z-index: 10000;
}

#lightboxDetails{
margin-top: 0;
	font-size: 0.8em;
	padding: 15px 0;
	text-align: center;
	background: #DBBF5C;
	color: #F9F8F2;
	font-size: 1.3em;
}

#userMsg{
	float: left;
	margin: 0px;
	margin-left: 15px;
}

#lightboxNumber{
	margin: 0px;
	margin-left: 15px;
	font-family:  arial,verdana, serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	left: -10px;
}

#lightboxTitle{
	margin: 0px;
	font-family:  arial,verdana, serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: -15px;
}
#closeButton{
	top: 6px;
	right: 6px;
	border: 0;
}

#lightboxImage{
	border: none;
	clear: both;
}

#overlay img{
	border: none;
	margin-top: 20px;
}

#overlay{
	background: url(overlay.png);
}

div#lightboxCaption {
	color: #555;
	font-family: sans;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}

a#go_left {
	/*margin-right: 10px;
	font-weight: bold;*/
	float: left;
	/*font-size: xx-small;
	color: #444;*/
	text-decoration: none;
}

a#go_right{
	/*margin: 15px;
	font-weight: bold;*/
	float: right;
	/*font-size: xx-small;
	color: #444;*/
	text-decoration: none;
}
a#go_right {
	background: url(/assets/snippets/maxigallery/slidebox/next.png) 100% 50% no-repeat;
	padding-right: 34px;
	color: #CC3300;
	font-size: 1.1em;
	height: 30px;
	line-height: 30px;
	}
a#go_left {
	background: url(/assets/snippets/maxigallery/slidebox/prev.png) 0 50% no-repeat;
	padding-left: 34px;
	color: #CC3300;
	font-size: 1.1em;
	height: 30px;
	line-height: 30px;
	}
