#slider_container_1 { float: left;  }

#SliderName{
	width: 637px;
	height: 350px;
	margin: auto;
}

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

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

.SliderNameDescription{
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	padding: 0px 5px 0px 5px;
	height:60px;

}

#SliderNameNavigation { margin: 0; height: 0px; text-align: center; ; 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;
}