/*Scroll Obras 4 items*/
.scroll4
{
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 600px;
}

.scroll4 .items
{
    width: 20000em;
    position: absolute;
    clear: both;
}

.scroll4 .items div
{
    float: left;
    width: 600px;
}

.listaobras a.btn-nav
{
    background: url("../img/btn_scroll.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 25px;
}

.listaobras a.btn-nav.disabled
{
    background: url("../img/btn_scroll_dis.png") no-repeat scroll 0 0 transparent;
}

.listaobras a.next4
{   
    top: 115px;
    right: -10px;
    right: 0px;
}

.listaobras a.prev4
{
    top: 115px;
    left: -25px;
    left: 0px;
}

/*Scroll Obras 3 items*/
.scroll3
{
    position: relative;
    overflow: hidden;
    height: 260px;
    width: 450px;
    
    height: 260px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    width: 433px;
}
.scroll3 .items
{
    width: 2000em;
    position: absolute;
    clear: both;
}
.scroll3 .items div
{
    float: left;
    width: 450px;
}
.listaobras a.next3
{
    right: 10px;
    top: 115px;
}
.listaobras a.prev3
{
    top: 115px;
    left: 0px;
}
.listaobras.small.derecha a.prev3
{   
    left: 10px;
}
.listaobras.small.derecha a.next3
{   
    right: 0px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
