/*CARRUSEL*/
.image_carousel {
    position: relative;
    padding:.5em 0 .5em 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0 0 1.3em 0;
}
.image_carousel  a{
    display: block;
    float: left;
    border: 1px solid #ccc;
    margin: 0 .3em;

}
.image_carousel img {

    display: block;
    float: left;
}
a.prev, a.next {
    background: url(miscellaneous_sprite.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 30%;
    border: none !important;
    margin: 0px !important;
}
a.prev {            left: -22px;
    background-position: 0 0; }
a.prev:hover {      background-position: 0 -50px; }
a.prev.disabled {   background-position: 0 -100px !important;  }
a.next {            right: -22px;
    background-position: -50px 0; }
a.next:hover {      background-position: -50px -50px; }
a.next.disabled {   background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
    cursor: default;
}

a.prev span, a.next span {
    display: none;
}
/*
ELIMINADO POR ENTRAR EN CONFLICTO CON EL PAGINATION DEL FOUNDATION,
DE TODOS MODOS NO SE ESTABA USANDO LA PAGINACIÓN EN EL CARROUSEL ESTE
.pagination {
    text-align: center;
}
.pagination a {
    background: url(miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
.pagination a span {
    display: none;
}
*/
.clearfix {
    float: none;
    clear: both;
}
/*/CARRUSEL*/

/*MEDIAQUERIES*/
@media only screen and (max-width: 830px) {
    a.prev, a.next {
        bottom: -50px !important;
    }
    a.prev { left: 0px; }
    a.next { right: 0px; }
}
