#slider_container_1 {
	float: left;
	 padding: 10px 0 40px;
	width: 980px;
}

#SliderName{
	width: 980px;
	height: 300px;
	margin: auto;
}

.SliderNamePrev{
	/*background: url(../images/left.png) no-repeat center center;*/
	width: 26px;
	height: 21px;
	display: block;
	position: absolute;
	top: 138px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	/*background: url(../images/right.png) no-repeat center center;*/
	width: 26px;
	height: 21px;
	display: block;
	position: absolute;
	top: 138px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}
#SliderNameNavigation { margin: -20px 0 0 0; height: 15px; text-align: right;  position: relative; display:none;}

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 2px;
	background: url(../images/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 12px;
	text-decoration: none;
}

#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
	background: url(../images/nav_active.gif) no-repeat center center;
}
.validation-advice {    clear: both;    color: #EB340A;    font-size: 11px;    line-height: 13px;    margin: 3px 0 0;}