@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../images/background.png);
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
}


#container {
	width:950px;
	height:auto;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border: thin ridge #999;
}

#header {
	background-image:url(../images/header.jpg);
	width:950px;
	height:151px;
}

#navbar {
	float: left; 
	height: 36px; 
	width: 950px; 
}

#icons {
	clear:left;
	height: 89px; 
	width: 950px;
	margin-top:-6px;
}

#footer{
	background-image:url(../images/footer.png);
	width:950px;
	height:40px;
}

#content {
	width:950px;
	height:auto;
}

#contentmain {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;

}

#contentleft {
	width:400px;
	height:auto;
	float:left;	
}

#contentright {
	width:500px;
	height:auto;
	float:right;	
}

#arrows {
	width:950px;
	height:40px;
}

#slider{}	

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:950px;
	height:385px;
	overflow:hidden; 
		}	
#prevBtn, #nextBtn{ 
	display:block;
	width:36px;
	height:35px;
	position:absolute;
	left:-30px;
	top:71px;
		}	
#prevBtn {
	left:25px;
	top:670px;
	}
#nextBtn{ 
	left:938px;
	top:670px;
		}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:36px;
	height:35px;
	background:url(../images/arrow_left.jpg) no-repeat 0 0;	
		}	
#nextBtn a{ 
	background:url(../images/arrow_right.jpg) no-repeat 0 0;	
		}		

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

#photos {
	margin-left:auto;
	margin-right:auto;
}

a:link {color:#FFF;}      /* unvisited link */
a:visited {color:#FFF;}  /* visited link */
a:hover {color:#FFF;}  /* mouse over link */
a:active {color:#FFF;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#myform fieldset {
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	border: 1px dotted #666;
	background-color: #333;;
	width:320px;
	margin-left:auto;
	margin-right:auto;
}




#myform label {
	width: 90px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;;
	display: block;
	float: left;
}

#myform input,#commentform textarea {
	margin-bottom: 5px;
}

#myform #submit {
	clear: none;
	width: 80px;
	float: none;
}

#myform #reset {
	clear: none;
	width: 80px;
	float: none;
}
