#slider_container_2 { float: left; margin: -2px 0 0 -15px; padding: 15px; width: 1010px; }

.SliderName_2 {
	float: center;
	width: 1010px;
	height: 375px;
	overflow: hidden;


}

.SliderNamePrev_2 {
	background: url(../images/slideshow_icon/left.png) no-repeat left center;
	width: 50px;
	height: 375px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../images/slideshow_icon/right.png) no-repeat right center;
	width: 50px;
	height: 375px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderName_2Description {
	
        font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #fff;
        font-weight:bold;
        line-height:40px;
	float:center; 
	position:relative;
	font-size:30px;
	width:1010px;		
	text-align: center;
        text-decoration: none;
	text-shadow: -1px -1px #343434, 4px 3px #111;
}


#SliderNameNavigation_2 { margin: 0; padding: 10px 0 30px 0; height: 16px; width: 1010px; text-align: center; overflow-y: hidden; }

#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
{
	
        width: 20px;
	height: 20px;
	background: url(../images/slideshow_icon/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	
	background: url(../images/slideshow_icon/bullet_active.png) no-repeat center center;
}			