#slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:1000px;
    height:310px;
    margin:0 auto;
   /* padding-top:23px;
    margin-top:50px;*/	
}
#slider {
	position:relative;
    width:1000px;
    height:300px;
	box-shadow:#ccc 0 0 5px;
   /* margin-left:30px;
	border:#ccc solid 5px;*/
	background:url(../images/loading.gif) no-repeat 50% 50%;
	/*margin-top:20px;*/
	float:left;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
/*	display:block;*/	
}
.nivo-directionNav a {
	display:block;
	width:35px;
	height:65px;
	/*background:url(../images/arrows.png)no-repeat;*/
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-35px 0;
	right: -45px;
}

a.nivo-nextNav:hover{right: -45px;}

a.nivo-prevNav {
	left:-45px;
}
a.nivo-prevNav:hover{left: -45px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#FFFFFF;
    text-decoration:none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}