#slider_container_1 { float: left; padding: 0px 0 0 0; margin-top:0px; width: 998px; background: #fff; z-index:100;/*box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.50); z
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.50); -moz-border-radius:0 5px 5px; -webkit-border-radius:0 5px 5px; border-radius:0 5px 5px;*/ }

#SliderName{
	width: 998px;z-index:1000;
	height: 240px;
	margin: auto;
}

.SliderNamePrev{
	background: url(../img/left.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 105px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/right.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 105px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	/*font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;*/
}

#SliderNameNavigation {/* margin: 5px 0 0 0; padding-top:5px; height: 10px; text-align: center; -moz-border-radius: 6px 6px; background: #fff; */}

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
/*	margin: 0 2px;
	background: url(../img/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(../img/nav_active.gif) no-repeat center center;*/
}