@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; background-color:#DBDDDC; font-family:"Arial", Helvetica, sans-serif; font-size:12px; color:#000000;}

#banner{width:960px; height:348px; float:left;}
/* The Nivo Slider styles */
.slider_box {overflow:hidden;position:relative;}
.slider {position:relative;width:950px;height:348px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none}
/* The slices in the Slider */
.nivo-slice {display:block;position:absolute;z-index:50;height:100%}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {	position:absolute;bottom:-33px;z-index:99;cursor:pointer;text-indent:-5000px;width:12px;height:20px;display:block}
.nivo-prevNav {left:15px;background:url(../images/marker_left.gif) right 0 no-repeat}
.nivo-prevNav:hover {background-position:left}
.nivo-nextNav {right:15px;background:url(../images/marker_right.gif) 0 0 no-repeat}
.nivo-nextNav:hover {background-position:right}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {position:absolute;z-index:99;left:54px;width:850px;bottom:-38px;text-align:center}
.nivo-controlNav a {position:relative;z-index:99;cursor:pointer;width:31px;height:35px;overflow:hidden;display:inline-block;margin:0 9px 0 0;background:url(../images/bg_pagination.png) 0 4px no-repeat;text-align:center;font-size:30px;line-height:1.2em;color:#39baf8;text-decoration:none}
.nivo-controlNav a.active , .nivo-controlNav a:hover {color:#464646}

