#slider_container_2 {
	float: left;
	margin: 0 0 0 0px;
	padding: 0px;
	width: 1000px;
}

.SliderName_2 {
	float: left;
	width: 1000px;
	height: 335px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../img/left.png) no-repeat left center;
	width: 60px;
	height: 120px;
	display: block;
	position: absolute;
	top: 110px;
	left: 10;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../img/right.png) no-repeat right center;
	width: 60px;
	height: 120px;
	display: block;
	position: absolute;
	top: 110px;
	right: 10;
	text-decoration: none;
}

#SliderNameNavigation_2 { margin: 0; padding: 5px 5px 0 20px; height: 20px; text-align:left; overflow-y: hidden; clear:both; border:0px solid red}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	
}

#SliderNameNavigation_2 a img
{
	border:0px solid red;
	width: 21px;
	height: 21px;
	margin-right:3px;
	background: url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../img/bullet_active.png) no-repeat center center;
}
