/* * Note: Include the nivo-slider.css file that comes * with the main download before including this file. */#sliderWrapper {		width: 600px;        height: 370px;}#slider {        position:relative;        height: 350px;        background: url(loading.gif) no-repeat 50% 50% #F4F6F8;}#slider img {        position:absolute;        top:0px;        left:0px;        display:none;}#slider a {        border:0;}.nivo-caption {	height: 33px;	font-size: 80%;}.nivo-caption p {	padding: 7px;}.nivo-caption a {	color: #FFF;}.nivo-controlNav {        position:absolute;        bottom:-30px;        left:50%;}.nivo-controlNav a {        display:block;        width:22px;        height:20px;        background:url(../sitegraphics/slider/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:35px;        height:35px;        background:url(slider-arrows.png) no-repeat;        text-indent:-9999px;        border:0;}a.nivo-nextNav {        background-position:-42px 0;        right:10px;}a.nivo-prevNav {        left:10px;}