#gallery {
	display: none;
	width: 730px;
	position: relative;
	left: 2px;
}
#gallery #thumbs { position: relative; }
#gallery #thumbs table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 8px;
	margin: 0 auto;
	width: 650px;
}
#gallery #thumbs tr { position: relative; }
#gallery #thumbs td { position: relative; text-align: center; vertical-align: middle; }
#gallery #thumbs .thumb {
	padding: 0;
	height: 70px;
	background: inherit;
	cursor: pointer;
}
#gallery #thumbs .thumb:hover, #gallery #thumbs .thumb.selected { background: #999; }

#gallery #photo { position: relative; text-align: center; }
#gallery #photo img { max-width: 580px; max-height: 500px; }

#gallery #prev, #gallery #next {
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	background-position: center;
}
#gallery #prev { left: 15px; }
#gallery #next { right: 15px; }
#gallery #thumbs #prev, #gallery #thumbs #next { width: 27px; }
#gallery #thumbs #prev { background: url('../../icons/photo_prev_thumb.png') center no-repeat; }
#gallery #thumbs #next { background: url('../../icons/photo_next_thumb.png') center no-repeat; }
#gallery #photo #prev { right: 85%; }
#gallery #photo #next { left: 85%; }
#gallery #photo #prev:hover { background: url('../../icons/photo_prev.png') 5% center no-repeat; }
#gallery #photo #next:hover { background: url('../../icons/photo_next.png') 95% center no-repeat; }
#gallery #thumbs #prev:hover, #gallery #thumbs #next:hover { opacity: 0.85; }