
/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator {
    position: relative;
    width: 960px;
    height: 293px;
    background: #EEE;
}


    /*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/

    #bannerRotator ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #bannerRotator ul li {
            position: absolute;
            display: none;
        }

            #bannerRotator ul li img {
                max-width: 960px;
                max-height: 293px;
            }

            #bannerRotator ul li a {
                text-decoration: none;
            }
