.slider-wrapper {

    border: none;
	
    border-radius: 0;

    height: 314px;

    margin: 0 auto;

    padding: 0px;

    text-align: center;

    width: 100%;

}





.big-slider {

    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #999999;

    box-shadow: 0 0 5px 1px #999999;

	-webkit-box-shadow: 0 0 5px 1px #999999; /* Safari and Chrome */

    margin: 0 auto;

    padding: 0;

    position: relative;

    text-align: center;

    width: 960px;

    z-index: 10;

	height:314px;

	

}



.nivo-controlNav {

	position:absolute;

	left:10px;

	bottom:5px;

}



#slider1 .nivo-controlNav {

	bottom: -30px;

    left: 430px;

	position: absolute;

	text-decoration:none;

}





.nivo-controlNav a {

	display:block;

	width:22px;

	height:22px;

	background:url(../images/bullets.png) no-repeat;

	text-indent:-9999px;

	border:0;

	margin-right:3px;

	float:left;

	text-decoration:none;



}

.nivo-controlNav a.active {

	background-position:0 -22px;

	text-decoration:none;

}



.nivo-directionNav a {

	display:block;

	width:30px;

	height:30px;

	background:url(../images/arrows.png) no-repeat;

	text-indent:-9999px;

	border:0;

	text-decoration:none;

}

a.nivo-nextNav {

	background-position:-30px 0;

	right:15px;

	text-decoration:none;

}

a.nivo-prevNav {

	left:15px;

	text-decoration:none;

}



.nivo-caption {

    font-family: tahoma;

    font-size: 16px;

    text-align: right;

    text-shadow: none;

}

.nivo-caption a { 

    color:#efe9d1;

    text-decoration:underline;

}



/*====================*/

/*=== Other Styles ===*/

/*====================*/

.clear {

	clear:both;

}