/*
---------------------------------------------
Hi there.
---------------------------------------------
 */

body {
	margin: 0;
	width: 100%;
	padding: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 150%;
	font-size: 75%;
	background:url(lookies/pattern.gif) repeat;
		}		

div#main {
	width: 952px;
	margin: 0 auto;
	padding: 45px 0;
	background:url(lookies/background.jpg);
		}	

div#content {
	width: 724px;
	padding: 0 114px;
		}	

div#rule {
	text-align: center;
	padding: 24px 0;
		}	

div#footer {
	text-align: left;
	background:url(lookies/footer.jpg) no-repeat;
	width: 952px;
	margin: 0 auto;
	padding: 3px 0 69px;		
			}	
			
div#footer p {
	padding: 0 0 0 33px;		
			}	

a {
	color: #BC0000;
	text-decoration: none;
	}		

div#thumbs {
	width: 752px;
    margin: 0;
	padding: 0;
	float: left;
	}

div#thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
	}
	
div#thumbs li {
    float: left;
	margin: 2px;
    padding: 0;
	text-decoration:none;
	}

div#thumbs img {
		border: 1px solid #999;
		padding: 5px;
		margin: 1px 2px;
		background-color: #FFFFFF;
		}	

/****************************************
 *	TOOLTIP
 ***************************************/	
#tooltip {
    padding: 12px;
    background:url(overlay.png) repeat;
    border: 1px solid #FFFFFF;
    text-align: left;
	color: #FFFFFF;
	letter-spacing: 120%;
}

/****************************************
 *	LIGHTBOX
 ***************************************/	
  
#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{ border: 2px solid #FFFFFF; position: relative; background-color: #FFFFFF; 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;}

#imageDataContainer{ border: 2px dotted #FFFFFF; border-top: none; font: 13px Georgia, "Times New Roman", Times, serif; background-color: #FFFFFF; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 75%; float: left; text-align: left; }	
#imageData #caption{ margin: 0 0 333px;	}
#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; }	
		
</style>
