/* rotator in-page placement */
div#rotator {
    position: relative;
    height: 200px;
    margin-bottom: 15px;
    text-align: center;
}
/* rotator css */
div#rotator ul li {
    float: left;
    position: absolute;
    list-style: none;
}
/* rotator image style */    
#my-account #rotator ul li {
    margin: 0;
}
div#rotator ul li img {
    background: #FFF;
}
div#rotator ul li.show {
    z-index: 50;
}



/* slideshow boxy */
/*
.offer {


    padding-bottom: 30px;

    position: relative;

}

#slideNav {

    position: absolute;

    bottom: 8px;

    list-style: none;

    background: none;

    height: 17px;

    padding: 0 !important;                

}



#slideNav li {


    width: 19px;

    height: 17px;

    margin: 0 3px 0 0 !important;

    padding: 0 !important;

    line-height: 17px;

    float: left;

    list-style: none;

    text-align: center;

    

}



#slideNav li a {

    display: block;

    text-decoration: none;

    color: #6a6a6a;

    font-size: 13px;

}



#slideNav li.active {

color: red;
border: solid 1px red;

}





.offer h3 {

    font-size: 16px !important;

    color: #3b3c3b;


    margin: 9px 0 0 0 !important;

    height: 27px;

    padding: 16px 40px 0 40px;

    

}

.slideshow {

    width: 553px;

    background: white;

    text-align: left;

    margin: 0 auto !important;

}



.slideshowCt {

    text-align: center;


}



.slideshow li {

    width: 553px;

    height: 147px;

    background: white  !important;

    text-align: left;

    margin: 0 !important;

    margin: 0 auto !important;

    padding: 0  !important;

}







.offer ul.enabled {

    overflow: hidden;

    height: 147px;

    position: relative;

}



.offer ul.enabled li {

    position: absolute;

    top: 0;

    left: 0;

}

*/


