#galeria_presis {
    background: url(../img/top_destacamos.png) no-repeat;
    position:relative;
    height:218px;
    width:165px;
    color:white;
    font-size:1.2em;
    text-align:center;
    padding-top:5px;
    cursor:pointer;
    margin:auto;
}
#slideshow{
    background: url('/liferay-jedi-theme/images/forms/input_shadow.png') no-repeat;
    width:163px !important;
    height:180px !important;
    margin:auto;
    margin-top:5px;
    text-align:center;
}

#img_slideshow span{
    font-size:0.8em;
    padding:2px;
}

#img_slideshow.active span{
    font-size:0.8em;
    color:#E9672A;
    padding:2px;
}

#img_slideshow {
    position:absolute;
    top:39px;
    width: 164px;
    height: 100%;
    z-index: 100;
    left:0 !important;
}


#img_slideshow.active {
    z-index:102;
    /*opacity: 1.0;*/
}

#img_slideshow.last-active {
    z-index:101;

}

#img_slideshow IMG{
     width:115px;
     height:125px;

}