/* @override http://www.karelkita.com/style/gallery.css */

#gallery {
	position: relative;
	width: 800px;
	height: 547px;
	float: left;
}

#gallery img {
	margin: 0;
	padding: 0;
}

#gallery-bar {
	width: 59px;
	height: 536px;	
	float: right;
	position: relative;
	top: 0;
	right: -4px;
}

#gallery-bar-content {
	overflow: hidden;
	position: relative;
	width: 59px;
	height: 520px;
}

#gallery-bar-content a {
	display: block;
	margin: 3px 0;
}

#gallery-bar-content a:focus {
	outline: none
}

#gallery-bar-content a img {
	display: block;
	margin: 0;
}

.gallery-btn-top {
	height: 12px;
	width: 59px;
	background: url('img/gallery-btn-top.gif') top center no-repeat;
	position: relative;
	display: block;
}

.gallery-btn-bottom {
	height: 12px;
	width: 59px;
	background: url('img/gallery-btn-bottom.gif') bottom center no-repeat;
	position: relative;
	display: block;
}