#SliderNameContainer { float: left; width: 1003px; }

#SliderName{
	width: 1003px;
	height: 510px;
}

.SliderNamePrev{
	background: url(../img/left.png) no-repeat center center;
	width: 38px;
	height: 53px;
	display: block;
	position: absolute;
	top: 200px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/right.png) no-repeat center center;
	width: 38px;
	height: 53px;
	display: block;
	position: absolute;
	top: 200px;
	right: 10px;
	text-decoration: none;
}