@charset "utf-8";
/* 
Styles for PhotoBox 1.0 
Written by Nik Peran
HyperlinkSudio.com.au
*/

#lightbox { /* Creates a darkened transparent layer over the whole page */
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(bg-img/bg-lightbox.png);
	height: 1050px; /* Set height to match the document height*/
	width: 100%;
	padding-top: 1px;
	visibility: hidden;
	z-index: 5000;
}
#hideLightbox {
	position: absolute;
	left: 15px;
	top: 15px;
	display: block;
}
#closeButton {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 428px;
	top: 466px;
}
#imageBox {
	background: url(bg-img/imageBox-shadow.png) no-repeat left top;
	margin-top: 500px; /* Sets distance of picture box from top of page*/
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 15px;
}
#photo {
	height: 440px;
	width: 440px;
}
#navbuttons {
	padding: 10px;
	color: #CCCCCC;
	font-size: 13px;
}
#preloader {
	position: absolute;
	display: none;
}
