/*#slider_container_1 { float: left; padding: 10px; width: 640px; background: #000000; -moz-border-radius: 10px 10px; -webkit-border-radius: 10px 10px; border-radius: 10px 10px; }
*/

#slider_container_1 { float: left; padding: 0px; width: 590px; height:205px; background: transparent;text-align: center;   }


#SliderName{
	width: 590px;
	height: 205px;
	margin: auto;
}

.SliderNamePrev{
	background: url(left.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 188px;
	left: 10px;
	text-decoration: none;
	color: #ffffff !important;
}

.SliderNameNext{
	background: url(right.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 188px;
	right: 10px;
	text-decoration: none;
	color: #ffffff !important;
}

.SliderNameDescription{
	font-family: Helvetica, Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;

}


.SliderNameDescription a:link { text-decoration: none;
	color: #990000 !important;}
.SliderNameDescription a:visited { text-decoration: none;
	color: #990000 !important; }
.SliderNameDescription a:active { text-decoration: none;
	color: #990000 !important; }
.SliderNameDescription a:hover { text-decoration: underline;
	color: #990000 !important; } 


#SliderNameNavigation { margin: 10px 0 0 0; padding-top: 15px; height: 15px; 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;
	color: #ffffff !important;
}

#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;color: #ffffff !important;
}
