#slider_container_2 {
	float: left;
	margin: 0 0 0 0px;
	padding: 0px;
	width: 1000px;
}

.SliderName_2 {
	float: left;
	width: 1000px;
	height: 360px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../img/left.png) no-repeat left center;
	width: 60px;
	height: 120px;
	display: block;
	position: absolute;
	top: 110px;
	left: 10;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../img/right.png) no-repeat right center;
	width: 60px;
	height: 120px;
	display: block;
	position: absolute;
	top: 110px;
	right: 10;
	text-decoration: none;
}
