/* * Note: Include the nivo-slider.css file that comes * with the main download before including this file. */#sliderWrapperHome {		width: 960px;        height: 355px;}#sliderWrapperHome #slider {        position:relative;        height: 355px;        background: url(loading.gif) no-repeat 50% 50% #FFF;}#sliderWrapperHome #slider img {        position:absolute;        top:0px;        left:0px;        display:none;}#sliderWrapperHome #slider a {        border:0;}#sliderWrapperGallery {		float: right;		width: 480px;        height: 360px;        margin: 0 0 30px 30px;        border: 7px solid #E6E6E6;}#sliderWrapperGallery #slider {        position:relative;        height: 360px;        background: url(loading.gif) no-repeat 50% 50% #FFF;}#sliderWrapperGallery #slider img {        position:absolute;        top:0px;        left:0px;        display:none;}#sliderWrapperGallery #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;}