.SliderName_2 {
	float: left;
	width: 510px;
	height: 251px;
	overflow: hidden;
	/*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
	border:none;
	outline:none;
}

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

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

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

#SliderNameNavigation_2 { margin: 0; padding: 228px 0 0 345px; height: 14px; text-align: center; z-index:9999999; position:absolute;}


#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;
	border:none;
	outline:none;
}

#SliderNameNavigation_2 a img
{
	outline:none;
	border:none;
	width: 14px;
	height: 14px;
	background: url(../images/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../images/bullet_active.png) no-repeat center center;
}