/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
  /*#slider-wrapper {
  background:url(images/slider.png) no-repeat;
    width:960px;
    height:314px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}*/

#hp-slider-wrapper {
	position:relative;
  	background-color:#ffffff;
    width:960px;
    height:363px;
    margin:0px auto;
}

#hp-slider {
	position:relative;
    width:936px;
    height:351px;
	background:url(../images/symbols/loading.gif) no-repeat 50% 50%;
	
}

#slider {
	position:relative;
    width:577px;
    height:322px;
	margin-top:32px;
    margin-left:47px;
	background:url(../images/symbols/loading.gif) no-repeat 50% 50%;
}


#hp-slider, #slider img {
	position:absolute;
	top:12px;
	left:12px;
	display:none;
}
#hp-slider, #slider a {
	border:0;
	display:block;
}
.nivo-directionNav a {
	display:block;
	width:49px;
	height:49px;
	/* background:url(images/arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	/* background-position:-30px 0; */
	background:url(../images/symbols/next-arrow.png) no-repeat;
	right:25px;
	top:146px;
}
a.nivo-prevNav {
	background:url(../images/symbols/previous-arrow.png) no-repeat;
	left:51px;
	top:146px;
}


