/*div {border: 1px dashed;}*/

.center {margin: 0 auto; text-align: center;}
.hide {display:none;}

#gallery {
	width: 695px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

#gallery #photos {
	width: 610px;
	float: left;
	overflow: visible;
}

#gallery #photo_text {
	width: 695px;
	float: left;
	overflow: visible;
}

#gallery #photos img {
	height: 360px;
	margin: 0 auto;
	text-align: center;
	border: none;
}

#thumbnav
{
	width: 75px;
	float: right; 
	overflow: visible;
}

#more_links {
	width: 75px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

#thumbs {
	width: 75px;
	height: 330px;
	float: right;
	overflow: visible;
}

#thumbs ul.thumbs {
	width: 75px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#thumbs ul.thumbs li{
	width: 75px;
	height: 55px;
	margin: 0 0 7px 0;
	padding: 0;
	float: right;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

#thumbs ul.thumbs li:hover {
	border: 1px solid #d55c19;
	-moz-opacity: .75; 
	filter: alpha(opacity=75); 
	opacity: .75;
}

#thumbs ul.thumbs li img {
	/*height: 55px;*/
	position: absolute;
	top: -5px;
	left: -25px;
	/*top: 0px;
	left: 0px;*/
}