

span.image_title {
	font-style: italic;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	/* filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	}

#lightbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

.gallery, #cv {
	margin-top: 16px;
}

#cv {
	clear:both
}

.gallery, .secondary {
	padding: 0;
}

.gallery li {
	margin: 3px;
	display: inline;
}

.secondary img {
	height: 50px;
}


.gallery img {
	vertical-align: middle
}

p.imgDescription {
	margin-top: 16px
}

