#gal_out {
	background:#1B1F22;
	text-align:center;
	border-top:solid 5px #fff;
	border-bottom:solid 5px #fff;
	padding:10px 0px;
}
#gal_fade {
	width:490px;
	height:300px;
	overflow:hidden;
	float:left;
}
.gal_nv {
	width:92px;
	height:300px;
	float:left;
}
.gal_nv a {
	color:#000;
	display:block;
	width:92px;
	height:300px;
	text-indent:-999999em;
	overflow:hidden;
}
.btn_prev {
	background:url(../images/btn/btn_prev_hover.png) no-repeat 50% 50%;
}
.btn_next {
	background:url(../images/btn/btn_next_hover.png) no-repeat 50% 50%;
}
a#btn_prev {
	background:url(/images/btn/btn_prev.png) no-repeat 50% 50%;
}
a#btn_next {
	background:url(/images/btn/btn_next.png) no-repeat 50% 50%;
}
a#btn_prev:hover {
	background:none;
}
a#btn_next:hover {
	background:none;
}