/* CSS Document */

/* Navbar */

div#photo-navbar {
	width:800px; height: 20px;
	text-align:center;
	font-size:14px;
	margin-top:4px; padding:0;
	}
div#photo-navbar a {
	color:#000099
	}
	
/* H1 */	
#photo-h1 { 
 	font-size:20px; 
	width:800px; 
	text-align:center; 
	margin:0; 
	padding:3px; 
	border-top:solid #222 1px; 
	border-bottom:solid #222 1px
	}

/* Hover Instructions */	
#photo-instructions { 
 	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	margin:4px 0 0 0;
	text-align:center
	}

/* Photo Layout */

img.thumb {
	height:69px; width:92px; 
	border:none
	}
div#pop-ups a {
	display:block; 
	width:92px; height:100px; 
	margin:0 0 8px 5px; 
	float:left
	}
div#pop-ups a img.big {
	height:0; width:0; 
	border-width:0;
	}
#default-image {
	float:right; 
	margin-top:0px; 
	margin-right:4px; 
	margin-bottom:22px;
	width:400px; height:300px; 
	border:1px solid red
	}
div#pop-ups a:hover img.big {
	position:absolute; 
	top:165px; right:4px; 
	width:400px; height:300px; 
	border:1px solid red
	}
div#pop-ups a div {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	line-height:10px; 
	text-align:center;
	}

