#slider_container_2 { 
	float: left;
	width: 940px;
	margin-bottom: -25px;
}

.SliderName_2 {
	float: left;
	margin-left: 1px;
	width: 936px;
	height: 225px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin-top: 0px;
}

.SliderNamePrev_2 {
	background: url(../img/left.png) no-repeat left center;
	width: 50px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../img/right.png) no-repeat right center;
	width: 50px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderName_2Description {
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	color: #E2E2E2;
	height: 84px;
	overflow: hidden;
	display: block;
}

#SliderNameNavigation_2 { 
	margin: 0;
	padding: 10px 0 0 0;
	height: 16px;
	text-align: left;
	overflow-y: hidden;
	position: relative;
	bottom: 38px;
	left: 17px;
}

#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;
}

#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../img/bullet_active.png) no-repeat center center;
}