#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;
}

/*                 
Second Slide
*/

#SliderNameContainer2 { float: fixed; width: 732px; }

#SliderName2{
	width: 732px;
	height: auto;
}

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

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