a:link {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline;color:#000000;}
a:active {text-decoration: none;color:#000000;}
a:visited {text-decoration: none;color:#000000;}

html{
    height: 100%;
	overflow-x: hidden;
	overflow-y: inherit;
	padding: 0;
	margin: 0px;
	padding-bottom: 50px;
}


body {
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Georgia;
	font-size: 11px;
	color:#666666;
	line-height: 16px;
	clear:both;	

}


#box {
	padding: 0px;
	width: 1000px;
	text-align: left;
	height: auto;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	font-family: Georgia;
}

ul {
list-style: none;
padding: 0px;
margin: 0px;
}

div.thumb {
position: relative;
display: block;
width: 194px;
height: 109px;
border-right: solid 7px white;
float: left;
overflow: hidden;
}

#thumb-btn {
display: block;
width: 194px;
height: 108px;
background: url("imgs/overlay.png") no-repeat 0px 0px;
 }
#thumb-btn:hover {
	background-position: 0px -108px;
	font-style: italic;
}

div.thumb-last {
position: relative;
display: block;
width: 194px;
height: 109px;
float: left;
}

#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: 0px; }

#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: 0px; float: left;}
#nextLink { right: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/back.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.png) right 15% no-repeat;}

#imageDataContainer{ font: 11px Georgia; font-style:italic; background-color: #000000; margin: 0 auto; line-height: 13px; overflow: hidden; width: 100%; }

#imageData{	padding:5px 7px; color: #555555; }
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }	
#imageData #caption{ font-style: italic; color:#E4E4E4;}
#imageData #caption a{color:#FFFFFF; text-decoration:underline;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 3px;	}			
#imageData #bottomNavClose{ width: 24px; float: right; outline: none; padding-bottom: 3px;}	 	

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

.set2 {font-weight:bold; color:#FFFF66;}

#blog-btn {
	display: block;
	width: 190px;
	height: 30px;
	background-image: url(imgs/header-blog.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
 }
#blog-btn:hover {background-position: 0px 0px;}

