@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#CCC;
}
.oneColFixCtrHdr #bgdiv {
	width: 100%;
	background-image:url(images/gallerybigbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 1012px;
	border: none;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-image: url(images/galleryheader.jpg);
	height: 146px;
	width: 960px;
	line-height: 0;
	margin-left: 26px;
	margin-right: 26px;
}
#navbar {
	width: 960px;
	height: 21px;
	position: relative;
	margin-left: 26px;
	margin-right: 26px;
}
.oneColFixCtrHdr #bgdiv #container #navbar table {
	position: absolute;
	top: 125px;
	right: 307px;
}
.oneColFixCtrHdr #mainContentGallery {
	position:relative;
	height: 800px;
	padding: 20px;
	margin: 0px;
	background-image: url(images/gallerybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.galleria{margin: auto;list-style:none;width:875px;position:relative;}
.galleria li{
	display:block;
	width:80px;
	height:80px;
	float:left;
	margin:0 10px 10px 0
}
.galleria li a{
	display:none
}
.galleria li div{
	position:absolute;
	display:none;
	top:0;left:180px
	span: 400px;
}
.galleria li div img{
	cursor:pointer
}
.galleria li.active div img,.galleria li.active div{
	display:block
}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;left:auto;
	display:block;width:auto;
	height:auto
	float:right;
}
.galleria li .caption{
	font-family: Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:550px;
	left:0px;
}
/** html .galleria li div span{width:400px} /* MSIE bug */
#main_image{
	margin-right: 20px;
	height:504px;
	width:504px;
	background:black;
	float:left;
}
	#main_image img{
	margin-bottom:20px;
}
.caption{font-family: Georgia, "Times New Roman", Times, serif; font-style:italic;color:#887;position:absolute;
	top:550px;
	left:20px;
	width:504px;
	}
#wrap{
}
