/*** stylesheet per IE < 9 ***/
#sidebarLeft #offerteSpeciali #offerteSpecialiInner {
    border: 0;
    height: 300px;
}
#sidebarLeft #offerteSpeciali #offerteSpecialiInner #offertaPrecedente {
    border-right: 1px solid #A7B700;
    float: left;
    height: 300px;
    width: 30px;
    background: url(images/guest/ie/offerta-prev.gif) no-repeat;
}
#sidebarLeft #offerteSpeciali #offerteSpecialiInner #listaOfferte {
    float: left;
    height: 298px;
    width: 641px !important;
    border-bottom: 1px solid #a7b700;
    border-top: 1px solid #a7b700;
}

#sidebarLeft #offerteSpeciali #offerteSpecialiInner #offertaSuccessiva {
    border-left: 1px solid #A7B700;
    float: right;
    height: 300px;
    width: 30px;
    background: url(images/guest/ie/offerta-next.gif) no-repeat;
}
