#photo_cont{
	float:left;
	width: 500px;
	height: 390px;
}

#miniatures{
	float: left;
	width: 100px;
	height: 60px;
	margin: 2px;
	padding: 2px;
	/*border: 1px solid white;*/
	text-align: center;
	cursor: pointer;
}

#photos{
	position: absolute;
	width: 400px;
	margin: 40px 0 0 225px;
	border: none;
}

a{
	color: white;
	text-decoration: underline;
}

a:hover{
	font-weight: bold;
}