#slider_container_2 { float: left;  width: 753px; }

.SliderName_2 {
	float: left;
	width: 753px;
	height: 252px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../img/left.png) no-repeat left center;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 25vh;
    opacity: .3!important;
	left: -50px;
	text-decoration: none;
}
.SliderNamePrev_2:hover {opacity: .7!important;}

.SliderNameNext_2 {
	background: url(../img/right.png) no-repeat right center;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 25vh;
    opacity: .3!important;
	right: -50px;
	text-decoration: none;
}
.SliderNameNext_2:hover {opacity: .7!important;}
body:not(.home) .SliderName_2 {overflow: visible;}

.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 {
padding: 0px 0 0 700px;
height: 16px;
text-align: center;
overflow-y: hidden;
margin-top: -54px;
z-index: 999;
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;
}

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

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