@charset "utf-8";
/* CSS Document */

.photo_nav{
	width:668px;
	height: auto;
	float:left;
	overflow:auto;
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#555;
	color:#fff;
	display:inline;
	margin-left:5px;
	
}

.photo_nav a:link {
	color: #fff;
	text-decoration: none;
}
.photo_nav a:visited {
	color: #fff;
	text-decoration: none;
}

.photo_nav a:hover {
	color: #fff;
	text-decoration: underline;
}


.galleryimage {
	
	width:60px; height:60px; float:left; margin-bottom:10px;
}

.galleryimage img {
	
	width:60px; height:60px;
}

.gallerytext {
	
	width:90px; height:60px; float:left; margin-left:5px; display:inline; margin-bottom:10px; margin-right:10px; 
	
}

.header_section {
	
	margin-top:10px; width:655px; height:15px; float:left; font-size:11px; font-weight:bold; text-transform:uppercase; background-color:#eee; color:#000; margin-bottom:5px; border-bottom:solid 2px #000; border-left:solid 1px #000; padding-left:5px; display:inline;
	
}
