#slider_container_4 {
	padding:0 ;
	width: 990px;
}

.SliderName_4_left {
	float: left;
	padding: 123px 0px 0 0;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
.SliderName_4_right {
	float: left;
	padding: 123px 0 0 0px;
	width: 36px;
	height: 36px;
}

#sliderPrevBtn, #sliderNextBtn {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	text-align: left;
	text-indent: -9999px;
}

#sliderPrevBtn { background: url(../../img/flash_btn01.png) no-repeat left top; }
#sliderNextBtn { background: url(../../img/flash_btn02.png) no-repeat left top; }

.SliderName_4 {
	float: left;
	width: 950px;
	height: 290px;
	overflow: hidden;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

.SliderNamePrev_4 {
	background: url(../img/left.png) no-repeat left center;
	width: 36px;
	height: 290px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_4 {
	background: url(../img/right.png) no-repeat right center;
	width: 30px;
	height: 290px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}




