img {
	border: none;
}

/* Gallery */

#gallery {
	clear: both;
	width: 760px;
	height: 520px;
	margin: 0 auto;
}

#topphoto h2 {
	height: 1.4em;
	font-size: 1em;
}

#topphoto p {
	margin: 0;
	padding: 0 0 10px 0;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 760px;
	height: 200px;
	background: url(images/img12-a.gif) no-repeat;
}

#thumbs img {
	padding: 10px 10px 5px 10px;
}

.thumbnails img {
height: 80px;
border: 4px solid #555;
padding: 1px;
margin: 0 10px 10px 0;
}

.thumbnails img:hover {
border: 4px solid #00ccff;
cursor:pointer;
}

.preview img {
border: 4px solid #444;
padding: 1px;
height: 500px;
}
