


#slider_container_2 { /* width:250px; */ text-align:center; box-shadow:0px 0px 3px 0px #ccc; padding:10px; background:#fff;  }
 
.SliderName_2 { 
	float: left;
	width:100%;
	height: 170px;
	overflow: hidden;
}

.SliderName_2 img{ 
	 
	max-width:100% !important; text-align:center;
	 
 
}


  .SliderNamePrev_2 {
	background: url(.../images/left.jpg) no-repeat left center;
	width: 50px;
	height:170px;
	display: block;
	position: absolute;
	top: 70px;
	left:60px;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(.../images/right.jpg) no-repeat right center;
	width: 50px;
	height:139px;
	display: block;
	position: absolute;
	top: 60px;
	right:60px;
	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_2 { margin: 0; padding: 10px 0 0 0; height: 16px; 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
{
	border: none; display:none;
	width: 16px;
	height: 16px;
	background: url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../img/bullet_active.png) no-repeat center center; display:none;
} */