@charset "utf-8";
/* CSS Document */


/* __________________________________________________________________________________________________SLIDER */
#slider-wrapper {
	float: left;
    margin: 0 auto;
    width: 639px;
    z-index: -1;
}
#slider {width: 100%; height: 400px;}
#slider img {position:absolute; top:0px; left:0px; display:none; }
#slider a {border:0; display:block;}
.nivo-controlNav {
    bottom: 0;
    left: 439px;
    position: absolute;
	margin-bottom: 20px;
}
.nivo-controlNav a {
	background: url("../img/bullets.png") no-repeat scroll 0 0 transparent;
    display:block;
    width:10px;
    height:10px;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -10px;
}
.nivo-directionNav a {display:block; width:30px; height:30px; text-indent:-9999px;border:0;}
a.nivo-nextNav {background-position:-30px 0;right:15px;}
a.nivo-prevNav {left:15px;}
.nivo-caption { text-shadow:none; font-family: Helvetica, Arial, sans-serif;}
.nivo-caption a { color:#efe9d1; text-decoration:underline;}
