#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	/*background css*/
	
	
body{ background-color:#939292; margin-top:50px; margin-left:150px; margin-bottom:50px;}

#header{ background-image:url(../images/header2.jpg); width:618px; height:153px; margin-left:0px; margin-bottom:0; }

#shadow{ border:0px solid green; background-color:#FFFFFF; width:618px; margin-left:50px;}

#side{ border:#57acc7 0px solid; ;background-image:url(../images/side.jpg); background-repeat:no-repeat; width:142px; height:361px; margin-left:0px; text-align:left; float:left; }
#side a:hover{ color:#666666;}
#side a:active, a:visted {color:#fff;}
#side a{font:Georgia, "Times New Roman", Times, serif; font-size:20px;color:#FFFFFF; text-decoration:none; }
#side ul{ border:0px solid red;}
#side li{ display:block; font:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#57ACC7; padding:5px; }

#container{border:0px solid red; background-color:#FFFFFF; width:400px; margin-left:145px; margin-top:-3px; padding-right:15px; padding-left:15px; padding-bottom:25px; }


/*bottom Navigation start*/
	#bottomnav ul{padding:20px; border:0px solid red; text-align:justify; margin-bottom:0; margin-top:-45px; }
	
	#bottomnav li{ display:inline; font:Georgia, "Times New Roman", Times, serif; font-size:6px;  }
	#bottomnav a:hover{ color:#666666;}
	#bottomnav a{font:Georgia, "Times New Roman", Times, serif; font-size:11px;color:#939292; text-decoration:none; }
	#bottomnav a:active{color:#939292;}
	#bottomnav a:visted{ color:#000000;}
/*bottom navigation end*/
#footer{ border: 0px solid green; padding:15px; margin-left:-165px;  width:600px; margin-top:130px;}
#footer p{font:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#999999; text-align:center;}