/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#banner2 {
        margin:0;
        padding:27px 0 0 0;
        background:url('../images/banner_bg.png') no-repeat center 27px;
	height:398px;
}
#slider {
        width:900px;
        height:398px;
        margin:-9px auto 0;
        padding:0;
        position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider .loading img {
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
	display:none;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
.nivo-directionNav {
            margin:0;
            padding:0;
            position:absolute;
            bottom:17px;
            right:27px;
	    z-index:50;
}/*

.nivo-directionNav a {
		display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0; 
}*/
a.nivo-nextNav {
            display:block;
            text-indent:-9999px;
            background:url('../images/left_right_banner.png') no-repeat -27px 0;
            width:23px;
            height:22px;
            outline:none;
            margin-left:4px;
	    float:left;
	    cursor:pointer;
}
a.nivo-prevNav {
            display:block;
            text-indent:-9999px;
            background:url('../images/left_right_banner.png') no-repeat 0 0;
            width:23px;
            height:22px;
            outline:none;
            margin-left:6px;
	    float:left;
	    cursor:pointer;
}