.SliderName_2 {
width: 1000px;
height: 500px;
overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../img/leftdos.png) no-repeat left center;
	width: 50px;
	height: 500px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	opacity:1;
}

.SliderNamePrev_2:hover {
	background: url(../img/left.png) no-repeat left center;
	width: 50px;
	height: 500px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	opacity:.5;
}

.SliderNameNext_2 {
	background: url(../img/rightdos.png) no-repeat right center;
	width: 50px;
	height: 500px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	}

.SliderNameNext_2:hover {
	background: url(../img/right.png) no-repeat right center;
	width: 50px;
	height: 500px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}