.SliderName_2 {
	float:left;
	width:719px;
	height:287px;
	overflow: hidden;
	z-index:5;
	position:absolute;
}

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

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


.SliderName_2Description {
	padding: 10px;
	font-family: 'Courgette', cursive;
	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:0px 0 0 0; height: 20px; text-align:right; overflow-y: hidden; position:relative; z-index:9;  top:-30px; }

#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: 26px;
	height: 26px;
	background: url(../img/bullet.png) no-repeat center center;
}

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