
#SliderName{
	width: 985px;
	height: 437px;
	margin: auto;
}

.SliderNamePrev{
	background: url(../images/left.png) no-repeat center center;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 207px;
	left: 0;
	text-decoration: none;
}
.SliderNamePrev:hover{
	background: url(../images/left-hover.png) no-repeat center center;
}
.SliderNameNext{
	background: url(../images/right.png) no-repeat center center;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 207px;
	right: 0;
	text-decoration: none;
}
.SliderNameNext:hover{
	background: url(../images/right-hover.png) no-repeat center center;
}
/*.SliderNameDescription{
	font-size:18px;
	color:#001b70;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px;
}
.SliderNameDescription p{
	font-size:18px;
	color:#001b70;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}
.SliderNameDescription p a{
	text-decoration:underline;
	font-weight:bold;
	color:#ed7622;	
}*/
.SliderNameDescription h2{
	font-size:40px;
	font-weight:normal;
	color:#44697d;
	text-transform:uppercase;
	line-height:55px;
	font-family: "HelveticaNeueLT Std Lt Cn";
	direction: ltr;
	padding-bottom:20px;
}
.SliderNameDescription h2 span{
	color:#a3cf62;
	display:block;	
	
}
.SliderNameDescription p{
}
a.learn-more{
	display:block;
	background:#ff8849;
	width:118px;
	height:40px;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	color:#fff;
	font-family:HelveticaNeueLT Std Cn;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin-top:18px;
}
a.learn-more:hover{
	background:#44697d;
}


#SliderNameNavigation {
	position:absolute;
	bottom:0;
	left:438px;
	height: 11px; 
	text-align: center; 
}

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited{
	margin: 0;
	background: url(../images/nav.jpg) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 9px;
	text-decoration: none;
}
#SliderNameNavigation a:hover{
	margin: 0;
	background: url(../images/nav_hover.jpg) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 9px;
	text-decoration: none;
}
#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
	background: url(../images/nav_active.jpg) no-repeat center center;
}