/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator {
    position: relative;
    width: 960px;
    height: 250px;
    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: 348px;*/
            }

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

    /*---------- USED FOR A SINGLE BANNER IMAGE -----------*/

#singleBannerRotator {
    position: relative;
    width: 960px;
    height: 250px;
    background: #EEE;
}

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

        #singleBannerRotator ul li {
            position: absolute;
        }

            #singleBannerRotator ul li img {
                max-width: 960px;
                /*max-height: 348px;*/
            }

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

    /*---------- USED FOR BANNER ROTATOR WITHIN THREE-QUARTER CARD -----------*/

.card.three-quarter #bannerRotator {
	width: 100%;
	height: 100%;
	background: #FFF;
}

.card.three-quarter #bannerRotator img {
	width: 662px;
	height: 212px;
}
