 .SliderName_2 {
	float: left;
	width: 950px;
	height: 300px;
	overflow: hidden;
	z-index: auto;
}

.SliderNamePrev_2 {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../images/right.png) no-repeat right center;
	width: 50px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}
