img {
border:none;
}

#gallery-wrapper{

	margin-top:0px;
	width:100%;
}

.gallery-title{
padding:5px 50px 5px 5px;
border-left:6px solid #333333; 
font-weight:bold;
color:#666666;
font-size:12px;
background-color:#D8EA73;
/*background:url(images/background-title.gif) repeat-x top;*/
margin:10px 0px 0px 0px;
/*overflow: hidden;*/
word-wrap: break-word;
height:40px;
width: 400px;
}

.gallery-description{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:6px 0px 60px 0px;
padding:0px 0px 50px 0px;
}

.gallery-album {
/*width:450px;*/
/*height:210px;*/
float:left;
}

.gallery-album-descr {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-align:center;
padding:3px;
width:100px;
float:left;
}

.gallery-album img{
background-color:#F4F4F4;
border:1px solid #CCCCCC;
padding:7px 7px 20px 7px;
margin:5px;
}

#main-content li{


        width:100px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#F4F4F4;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#main-content  a span{
/*\*/

        position:absolute;
	left:-9999px;

}

#main-content a:hover span{
	top:5px;
	left:5px;
	width:110px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:3px 0 3px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 0px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
}


img{
	border:0px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#gallery-wrapper2{
	width:auto;
	margin:10px 0px 40px 0px;
	clear:both;
}

#gallery-list-1{
border:0px;
float:left;
padding:1px;
}

.gallery-description2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:6px 0px 6px 0px;
padding:5px;
}

.gallery-list-2{
border:0px;
float:left;
padding:1px 0px 0px 0px;
margin-top:20px;

}

/* lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}