/* @override 
	http://spacestudios.org.uk.localhost/css/bigGallery.css
	http://spacestudios:8888/css/bigGallery.css
	http://space.modernactivity.co.uk/css/bigGallery.css
*/

div.bigGallery {
	display: none;
	z-index: 5000;
	position: absolute;
	background-color: #ffffff;
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: auto;
	
}

div.bigGalleryFrame {
}

div.header{
	position: relative;
	padding: 12px 10px 10px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	min-height: 4em;
}
div.header *{
	padding: 0;
	margin: 0;
	text-align: left;
}

div.bigGallery h3{
		font-size: 1.0em;
}

div.bigGallery h4,
div.bigGallery div.controls
{
	text-align: left;
	width: 500px;
	font-size: .8em;
 	margin: auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-weight: normal;
}

span.stats {
	padding: 6px;
	
}

span.button:hover {
	cursor: pointer;
}

div.bigGallery div.controls{
		padding-top: 1em;

}

span.close.topRight {
	float: right;
	position: absolute;
	right: 20px;
	top: 5px;
}
span.logo, img.splashLogo{
	float: left;
	position: absolute;
	left: 45px;
	top: 5px;
}

div.bigGallery div.images {
	position: relative;
	/*height: 72%;*/
	overflow: hidden;
	/*min-height: 510px;*/
}

span.close:hover {
	cursor: pointer;
}
