#slider1_container_1 { float: left; padding: 10px; width: 849px; -moz-border-radius: 10px 10px; -webkit-border-radius: 10px 10px; border-radius: 10px 10px; }

#SliderName{
	width: 849px;
	height:251px;
	margin: auto;
}

.Slider1NamePrev{
	background: url(../img/left.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 2px;
	left: 780px;
	text-decoration: none;
}

.Slider1NameNext{
	background: url(../img/right.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
	text-decoration: none;
}

.Slider1NameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}


