#slider_container_2 { float: left; width: 960px; height:192px; overflow:hidden ;}

.SliderName_2 {
	float: left;
	width: 960px;
	height: 192px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height: 192px;
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../images/right.png) no-repeat right center;
	width: 50px;
	height: 192px;
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	text-decoration: none;
}

.SliderName_2Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#SliderNameNavigation_2 {margin: 0; padding: 10px 0 0 0; position:absolute; z-index:9999; height: 14px;overflow-y: hidden; top:450px; right:250px;}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	display:none;
}

#SliderNameNavigation_2 a img
{
	border: none;
	width: 20px;
	height: 14px;
	background: url(../images/round-white.gif) no-repeat center center;
	display:none;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../images/round-orange.gif) no-repeat center center;
	display:none;
}