/* SliderNameNext_1 */  
#slider_container_1 {margin:0px; padding:0px; width:100%; height:300px;  }
.c { clear: both; }
.SliderName_1 {
	float: left;
	width: 100%;
	height:300px;
	overflow: hidden;
}

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

.SliderNameNext_1 {
	background: url(../images/right.png) no-repeat right center;
	width: 50px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}
.SliderName_1Description {
	padding: 5px; 
	font-family: 'roboto_condensedregular';
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	margin:0px 0px 0px 0px;
 }