#slider_container_1 { float: left; width: 645px; height:auto;  }

#SliderName{
	width: 645px;
	height: 310px;
	
}

.SliderNamePrev{
	background: url(../images/left.png) no-repeat center center;
	width: 34px;
	height: 34px;
	display: compact;
	position: absolute;
	top: 120px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../images/right.png) no-repeat center center;
	width: 34px;
	height: 34px;
	display: compact;
	position: absolute;
	top: 120px;
	right: 10px;
	text-decoration: none;
}


.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}

#SliderNameNavigation { margin-top: 0px; padding-top:0px; height: 0px; width:10px; text-align: center; -moz-border-radius: 6px 6px; z-index:1000; visibility:hidden;}

#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: 5px;
	text-decoration: none;
	z-index:999;
	
}

#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; 
}