#slider_container{ 
	float: left; 
	margin: 0 0 0 -15px; 
	padding:0 15px; 
	width: 100%; 
}

.SliderName{
	float: left;
	width:100%;
	height: 400px;
	overflow: hidden;
	margin:0 auto;
}

.SliderNamePrev {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext {
	background: url(../images/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: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#SliderNameNavigation { 
margin: 0; 
padding: 10px 0 0 0; 
height: 16px; text-align: center; 
position:absolute; bottom:20px; right:50%; /**bottom:10px; *right:30px;*/ }


#SliderNameNavigation a{
	display:block;
	border: none;
	width:25px;
	height:25px;
	background: url(../images/bullet.png) no-repeat center center;
	float:left;
}

#SliderNameNavigation a.active{
	background: url(../images/bullet_active.png) no-repeat center center;
	width:25px;
	height:25px;
}
