object {
	outline: none;
}

.gallery_background {
	background-color: white;
	opacity: 0.9;
	filter: alpha (opacity=90);
}
.gallery_layer {
	background-color: #f6e9bc;
	color: #c98244;
	padding: 10px;
	padding-top: 40px;
/*	font-size: 14px;*/
}
.gallery_nav {
	position: absolute;
	top: 0;
	padding: 10px 0;
}
.gallery_prev, .gallery_next, .gallery_disabled {
	display: none;
}
.gallery_photo_prev {
	width: 45px;
	height: 37px;
	position: absolute;
	left: 10px;
	background: url(../img/btn_left.png);
	cursor: pointer;
	top: 50%;
}
.gallery_photo_next {
	width: 45px;
	height: 37px;
	position: absolute;
	right: 10px;
	background: url(../img/btn_right.png);
	cursor: pointer;
	top: 50%;
}
.gallery_close {
	background: url(../img/btn_close.png);
	width: 17px;
	height: 26px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

#bm_layer, #bm_container {
	background: transparent;
	width: 627px;
	height: 593px;
	z-index: 10;
}
