#overlay {	
	background: #000000;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 200;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#lightbox {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 250;
}

#lightboxContainer {
	background: url('../images/show_bg.jpg') repeat-x #fff;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#lightboxImageContainer {
	width: 100%;
}
#lightboxImageContainer img{ margin-bottom: 20px ! important; margin-top: 0px! important; }

#lightboxThumbnails {
	text-align: left;
	padding: 0;
	margin: 0 15px;
	padding-bottom: 15px;
}

#lightboxThumbnails img {margin-right: 10px; margin-bottom: 0px; margin-top: 20px;}

#overlay,
#lightboxClose,
#lightboxPrev,
#lightboxNext,
#lightboxThumbnails img,
#lightboxImage {
	cursor: pointer;
}

#lightboxClose {
	top: 0px;
	right: 15px;
	position: absolute;
}

#lightboxPrev, #lightboxNext {
	top: 100px;
	position: absolute;
}

#lightboxPrev {
	left: 5px;
}

#lightboxNext {
	right: 5px;
}

.head{
	margin: 15px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;}
