
.slider_btn_left {
	background: url(../img/slid-btn-ind.png) no-repeat 0px 0px;
	width:60px;
	height: 36px;
	position: absolute;
	left: -14px;
	top:10%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 101;
}
.slider_btn_right {
	background: url(../img/slid-btn-ind.png) no-repeat 0px -36px;
	width:60px;
	height: 36px;
	position: absolute;
	right: -16px;
	top:10%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 101;
}
