/* Copyright (C) 2009-2010  SomeonesGottaDoIt */
/* styles for picture display */
.hiddenPic {
	display: none;
	width: 720px;
	position: absolute;
	top: 55px;
}

.lightBox {
	display: none;
	position: absolute;
	width: 720px;
	height: 580px;
	top: 58px;
	background-color: #eeeeee;
	overflow: hidden;
	border: thin solid #333;
}

.lightBox #logo {
	position: absolute;
	top: 5px;
	left: 180px;
}

.lightBox #closeit {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.hiddenPic #left {
	position: absolute;
	top: 225px;
	left: 5px;
	border: none;
}

.hiddenPic #right {
	position: absolute;
	top: 225px;
	right: 5px;
	border: none;
}

.hiddenPic #photo {
	width: 640px;
	position: absolute;
	left: 40px;
	overflow: hidden;
}

.hiddenPic #caption {
	width: 100%;
	position: absolute;
	top: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

