﻿#slider {
    position:relative;
    width:585px; /* Change this to your images width */
    height:350px; /* Change this to your images height */
    background:url(/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
