﻿.lightboxMatte
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent url(/images/matte100.png) repeat;
	text-align: center;
	z-index: 12000;
}

.lightboxContent
{
	position: absolute;
	width: 600px;
	height: 75%;
	left: 50%;
	top: 90px;
	margin-left: -300px;
	padding: 5px 0px 25px 5px;
	background: #fff;
	border: 1px solid #333;
}

.lightboxImage
{
	margin-top: 10%;
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
}

.lightboxCaption
{
	background-color: #fff;
	width: 610px;
	line-height: 50px;
	border: solid 1px #aaa;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-size: 24px
}
