
/* slideshow */
.slideshow{margin:7px 0px 0px 0px; padding:0px; }
/* end_slideshow */
#slider_container_2 { float: left; width:100%; font-family:Arial, Helvetica, sans-serif;}
.c{margin:0px; padding:0px;}

.SliderName_2 {
	width: 100%;
	height:700px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height:600px;
	display: block;
	margin-left:0px;
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	text-decoration: none;
}

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

.SliderName_2Description {
	padding: 0px 40px 0px 40px;
	font-family: 'colaborate-thinregular';
	font-size: 24px;
	line-height: 30px;
	text-align:center;
	letter-spacing: 1px; 
	color: #FFE50E;
	text-shadow: 0 1px 3px #000000;
}
 
.SliderName_2Description span {color:#FFF; margin:0px; padding:5px 0px 5px 0px; border-bottom:#FFF 1px solid; border-top:#FFF 1px solid; line-height:40px; }

#SliderNameNavigation_2 { margin: 0; padding: 0px 0 0 0;  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;
	width: 20px;
	height: 20px;
	background: url(../images/bullet.png) no-repeat center center;
}

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