.SliderName_2 {
	float: left;
	width: 960px;
	height: 324px;
}

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

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

#SliderName_2 img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.SliderName_2Description {
	padding: 10px;
}

.SliderName_2Description .left h2 {
	font-size: 36px !important;
	line-height: 60px !important;
	text-align: left;
	color: #ffffff !important;
	text-shadow: 0 0px 0px #000000 !important;
}

#SliderNameNavigation_2 {
	margin: 0;
	padding: 10px 0 0 0;
	height: 16px;
	text-align: center;
	overflow-y: hidden;
	display:none;
	}

#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
{
	display:none;
	border: none;
	width: 16px;
	height: 16px;
	background: url(../images/clear.gif) no-repeat center center;
}

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