#slider_container_2 { position:relative; width: 950px; }

.SliderName_2 {
	position:relative;
	width: 950px;
	height: 250px;
	overflow: hidden;
	border-bottom:1px solid #EFEFEF;
}

.SliderNamePrev_2 {
	background-image:url(../img/2.jpg);
	width: 50px;
	height: 250px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

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

.SliderName_2Description {
	position:relative;
	padding: 25px;
	color: #ffffff;
	text-align:left;
}

#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;
	width: 16px;
	height: 16px;
	background: url(../_slider/img/bullet.png) no-repeat center center;
}

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

.dotted_arrow {
	width:40px;
	height:60px;
	position:absolute;
	left:-43px;
	top:15px;
	background-image:url(../../_layout/pointed_arrow.png);
	background-repeat:no-repeat;
}

.desc_title {
	font-size:16px;
	font-weight:bold;
	color:#242424;	
	padding-bottom:10px;
	line-height:20px;
}

.desc_text {
	font-size: 12px;
	font-weight:100;
	font-style: normal;
	color: #000;
	padding-bottom: 8px;
	line-height: 20px;
	margin:0px;
}

.desc_link {
	margin-top:10px;
	background-position:0px 1px;
	background-image:url(../../_layout/blue_arrow.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
}

.desc_link a:link, .desc_link a:visited {
	color:#2389E2;
}

.desc_link a:hover {
	color:#999;	
}