body {
	background-color:#AB9A6E;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	color:#000000;
}

#bottomNav {text-align:right;}
#bottomNavSave { padding-right: 5px;}
	


p td {font-family:Georgia, "Times New Roman", Times, serif;}

#imghidden, #thmimghidden {
display:none;
}

.captionnote, .captionnote2  {font-size:9px;}
.captionnote  {color:#993300;}
.captionnote2  {color:#000066;}


a {color:#5c2f08;}
a:hover, a:visited:hover {color:#FF6600;}
a:visited{color:#5c2f08;}
a:active{color:#FFFFFF;}

a.pagingon, a:visited.pagingon, .pagingon {color:#ffff99;font-weight:bold;}
.paging, .pagingon {font-size:28px; padding:5px;}
a.imgsave {margin-top:5px;}
.imgsave {margin-top:5px;}
.imghreftxt, .tdgallery {
padding:15px;
}
a.imghreftxt {text-decoration:none;}
a:hover.imghreftxt {text-decoration:underline;}

#thmimg {border: 1px solid #ffff99;}

#thmimg:hover {border: 1px solid #ffff99;}

#imghref:visited, #thmimg:visited ,#thmimg:hover{
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
}

#thmimg:visited , #imghref a:visited img{
border: 1px solid #FF6600;
}

#thmimg:active , #imghref a:active img{
border: 1px solid #FFFFFF;
}



#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(http://www.chaudryhouse.com/lightbox/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(http://www.chaudryhouse.com/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.chaudryhouse.com/lightbox/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; font-size:9px;}
#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: 50%;
	height: 500px;
	background-color: #000;
	}