/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.body{
		behavior:url("../htc/csshover.htc");
}

#mainContent_gallery{
	float:left;
	margin-left:75pt;
	margin-top:15px;
	width:600px;
	height:500px;
	border:0;
	background-color:white;
	text-align:justify;
}

.photo {
	background-color:#000;
	width:100%; 
	height:100%;
	text-align:left; 
	position:relative; 
	margin:0 auto;
}
.photo_canvas{
	float:left;
	width:100%;
	height:400px;
	border-bottom:solid 1px white;
}
.photo_display{
	background-color:#000000;
	height:300px;
	margin:50px 0pt 0pt 50px;
	text-align:center;
	width:500px;
}
.photos_selection{
	float:left;
	background-color:gray;
	padding:10px;
}
a.photos_thums{
	float:left;
	width:50px;
	height:50px;
}
a.photos_thums div{
	display:none;
}
a.photos_thums:hover{
	display:block;
}
a.photos_thums:hover div{
	display:block;
}
.picture{
	left:13%;
	position:absolute;
	border:solid 1px white;
	top:50px;
}
.adjust{
	margin-left:-100px;
}
.photos{
	float:left;
	background-color:gray;
	height:100px;
	width:600px;
	overflow:auto;
}
.img_title{
	width:400px;
	text-align:center;
}
.img_text{
	color:#ffffff;
	text-decoration:none;
}
