.overlay{
	cursor: pointer; display: none; position: absolute; top: 0%;left: 0%; width: 100%; height: 100%; background-color: #363636; z-index: 90; -moz-opacity: 0.6; opacity:.60; filter: alpha(opacity=60);
}
.content {
	display: none; padding: 10px 10px 10px 10px; background-color: #F5F5F5; position: absolute; top: 0%; left: 0%; z-index: 100; margin: 0px auto 0px auto; overflow: hidden;
}
.content img {
	border: none;
}
.imagedetails {
	margin: 0px; padding: 0px; display: none; float: left; height: 20px;
}
.imagedetails p {
	text-align: left; margin: 0px; padding: 0px; line-height: 20px; font-size: 11px; font-family: verdana;
}
.imageinfo p {
	text-align: right; margin: 0px; padding: 0px; line-height: 20px; font-size: 11px; font-family: verdana;
}
.imageinfo {
	margin: 0px; padding: 0px; display: none; float: right; height: 20px;
}
.fullimageview {
	margin: 0px; padding: 0px; display: none;
}
.closebutton {
	position: absolute; background-image: url('../images/closebutton.png'); background-repeat: no-repeat; height: 15px; width: 15px; cursor: pointer;
}