.sliderContainer{
    width: 307px;
    height: 123px;
    position: relative;
}
#slider {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 279px;
    height: 123px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    margin: auto;

}
#slider .slide{
    width: 307px;
    height: 123px;
    float: left;
    padding:14px;
}
.prev, .next{
    display: block;
    height: 123px;
    width: 14px;
    position: absolute;
}
.prev{
    background: url('../2012/imagen/izq_off.gif') no-repeat;
    background-position: 0 0;
    left: 0;
}
.prev:hover{
    background: url('../2012/imagen/izq_on.gif') no-repeat;
}
.next{
    background: url('../2012/imagen/der_off.gif') no-repeat;
    background-position: 0 0;
    right: 0;
}
.next:hover{
    background: url('../2012/imagen/der_on.gif') no-repeat;
}
.pd_sca{height:25px; font-family:Arial; font-size:11px; color:#21356a;font-weight:Bold;padding-left:14px;line-height:25px;}
.pd_scti{font-family:Arial;font-size:10px; color:#21356a;}
.pd_scte{font-family:Arial; font-size:10px; color:#808080;}