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

/*=== Custom Slider Styles ===*/

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

#wrapper {

    width:719px;
    height:365px;
    margin:0 auto;
    padding-top:0px;
	margin-left:auto;
	margin-right:auto;

}



#slider-wrapper {

    width:719px;
    height:365px;

    margin:0 auto;

    padding-top:0px;

    margin-top:0px;

	

}



#slider {

	position:relative;

    width:719px;
    height:365px;

    margin-left:0px;

	background:url(loading.gif) no-repeat 50% 50%;

	}

#slider img {

	position:absolute;

	top:0px;

	left:0px;

	display:none;

	bottom: 12px;

	right: -10px;

	visibility: hidden;

}

#slider a {

	border:0;

	display:block;

}



.nivo-controlNav {

	position:absolute;

	left:300px;

	bottom:-11px;

}

.nivo-controlNav a {

	display:block;

	width:22px;

	height:22px;

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

	text-indent:-9999px;

	border:0;

	margin-right:3px;

	float:left;

}

.nivo-controlNav a.active {

	background-position:0 -22px;

}



.nivo-directionNav a {

	display:block;

	width:44px;

	height:44px;

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

	text-indent:-9999px;

	border:0;

}

a.nivo-nextNav {

	background-position:-30px 0;

	top:167px;

	right:-10px;

}

a.nivo-prevNav {

	background-position:15px 0;

	top:167px;

	left:-10px;

}



.nivo-caption {

    font-family: Helvetica, Arial, sans-serif;

	text-indent:20px;

}

.nivo-caption a { 

    color:#ff0000;

    text-decoration:underline;

}



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

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

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

