 .SliderName_2 {
	width:1280px;
	height: 550px;
	overflow: hidden; 
}

.SliderNamePrev_2 {
	background:url(../images/left.png) no-repeat left center;
	width: 50px;
		height:550px;
	display: block;
	margin-left: 0px;
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../images/right.png) no-repeat right center;
	width: 50px;
	height: 550px;
	display: block;
	margin-right: 0px;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
} 