.navigation{
	width: 265px;
	padding: 0 0 0 10px;
}
.buttons{
	background: transparent url(../img/gallery_cntr_0_bg.png) no-repeat left top;
	behavior: url('/css/iepngfix.htc');
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 2px;
	cursor: pointer;
}
.current{
	background: transparent url(../img/gallery_cntr_bg.png) no-repeat left top;
	behavior: url('/css/iepngfix.htc');
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 20px;
	height: 20px;
	color: #51230a;
	display: block;
	float: left;
	margin: 0 2px;
	cursor: pointer;
}
.top{
	padding-bottom: 5px;
}
.bottom{
	padding-top: 5px;
}
.prev,
.next{
	background: transparent url(../img/gallery_cntr_1_bg.png) no-repeat center center;
	color: #51230a !important;
	text-decoration: none;
	width: 91px;
	line-height: 20px;
	display:block;
	text-align: center;
}
.prev{
	float: left;
}
.next{
	float: right;
}
ul.thumbs{
	padding: 5px 0;
	clear: both;
}
ul.thumbs li{
	float: left;
	padding: 3px;
	width: 81px;
	height:81px;
	text-align: center;
}
.slideshow{
	background: #ffc549 url(../img/gallery_bg.png) no-repeat center center;
	padding: 4px;
	width: 500px;
	height: 500px;
}
table.image{
	width: 500px;
	height: 500px;
	padding: 0;
	margin: 0;
}

table.image td{
	text-align: center;
	vertical-align: middle;
}

.image-title,
.nav-controls{
	width: 508px;
	text-align: center;
}
.controls{
	clear: both;
}
.caption{
	margin: 0 0 2px 0;
}
