
#thumbnail_list {
	width: 185px;
	height: 580px;
	float: left;
	overflow: scroll;
	}
	
#thumbnail_list div, #thumbnail_list ul {
	float: left;
	}	

#thumbnail_list div {
	border-left: 3px solid #fff;
	margin: 0px; 
	}

#thumbnail_list div.selected {
	border-left: 3px solid #3A341F; 
	}	
	
#selected_photo {
	display: table-cell;
	float: left;
	width: 515px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	}	
	
#title {
	font-size: 11px;
	font-style: italic;
	width: 100%;
	text-align: center;
	margin-top: 4px;
	}

#next_prev {
	float: left;
	width: 515px;
	text-align: center;
	}
	
#links {
	float: left;
	width: 500px;
	margin-top: 10px;
	}	

#links ul { width: 100%; margin: 0px; padding: 0px; }
	
#links ul li {
	width: 46%;
	float: left;
	position: relative;
	border: 3px outset #A3A6AF;
	background-color: #DFDFDF;
	list-style-type: none;
	margin: 0px; 
	margin-left: 5px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	}	
	
#links ul li a {
	display: block;
	color: #666;
	font-weight: bold;
	}

#links ul li a:hover { 
	color: #777;
	text-decoration: none; 
	}

