#slider_container_1 {
	float: left;
	width: 980px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px 10px;
	padding-top: 11px;
	padding-bottom: 12px;
}

#SliderName{
	width: 890px;
	height: 260px;
	margin: auto;
}

.SliderNamePrev{
	background: url(../img/left.gif) no-repeat center center;
	width: 31px;
	height: 70px;
	display: block;
	position: absolute;
	top: 100px;
	left: -44px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/right.gif) no-repeat center center;
	width: 31px;
	height: 70px;
	display: block;
	position: absolute;
	top: 100px;
	right: -44px;
	text-decoration: none;
}

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

#SliderNameNavigation {
	text-align: center;
	-moz-border-radius: 6px 6px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 0px;
	width: 0px;
	display: none;
	padding: 0px;
}
