.photos {
	overflow: hidden;
	width: 430px;
}

.mainphoto {
	display:block;
	height:auto;
	width:430px;
	overflow:hidden;
	margin-bottom: 10px;
}

.photos img {
	border: none;
}

.photos img.logo {
	margin: 0 auto; 
	display:block;
}

.photos div img {
	padding: 0;
	margin: 0;
	float: left;
}
.photos ul.thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 430px;
	float: left;
}
.photos ul.thumbs li {
	width: 80px;
	height: 80px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.photos ul.thumbs li:hover {
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}
.photos ul.thumbs li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
