#slider_container_1 {width: 770px; height: 150px; float: left; padding: 0px;  background: #014a97; }

#SliderName{
	width: 770px;
	height: 150px;
	margin: 0;
}

.SliderNamePrev{
	background: url(../Img/left.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 60px;
	left: 0px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../Img/right.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 60px;
	right: 0px;
	text-decoration: none;
}

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

#SliderNameNavigation { margin: 0px 0 0 0; padding-top: 0px; width: 770px; height: 150px; text-align: center; }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	
	margin: 0px;
	background: url(../img/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	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;
}