﻿.s04galeria{
    padding:0;
    margin:0;
    position:relative;
}
.full .s04galeria{
    position:absolute;
    left:0px; 
}
.s04galeria .detalle{
    margin:0;
    padding:0;
    overflow:hidden;
}
.s04galeria .archivo{
    margin:0;
    padding:0;
    overflow:hidden;  
    text-align:center;   
}
.s04galeria .archivo h1.titulo{
    margin:0;
    padding:2px 0;
    z-index:100;
    position:absolute;
    top:0px;
    left:0px;
    font-family:Verdana;
    text-align:center;
    font-size:12px;  
    background-color:Black;
    filter:alpha(opacity=80);
    opacity: .8;     
}
.s04galeria .archivo div.descripcion{
    margin:0;
    z-index:100;
    position:absolute;
    bottom:0px;
    font-family:Verdana;
    text-align:justify;
    font-size:12px;  
    left:0px;
    background-color:Black;
    filter:alpha(opacity=80);
    opacity: .8;     
}
.s04galeria .archivo div.descripcion p{
    margin:5px;
}

.s04galeria .cargando{
    background:url(../img/cargando_peq.gif) no-repeat center center;         
}                
.s04galeria .carrusel{
     margin:0;
     padding:0;
}
.s04galeria .carrusel .scrollable{
    position:relative;
    overflow:hidden;  
    height:60px;    
    margin:0;
    padding:0;   
}
.s04galeria .carrusel .imagenes{
    position:absolute;
}
.s04galeria .carrusel .imagen{
    float:left;
    display:inline;
    height: 60px;            
    width:80px;
    margin-right:3px;                   
    filter:alpha(opacity=50);
    opacity: .5; 
}
.s04galeria .carrusel .act{
    filter:alpha(opacity=100);
    opacity: 1; 
}

.s04galeria .carrusel .imagen .img{
    background-color:#fff;
    text-align:center;  
}
.s04galeria .carrusel .imagen .img img{
    margin:auto auto;
}
.s04galeria .play{
    background:url(../img/play.gif) no-repeat center center; 
    width:35px;height:35px;cursor:pointer;
}
.s04galeria .stop{
    background:url(../img/stop.gif) no-repeat center center; 
    width:35px;height:35px;cursor:pointer;
}
.s04galeria .maximizar{
    background:url(../img/maximizar.gif) no-repeat center center; 
    width:35px;height:35px;cursor:pointer;
}
.s04galeria .minimizar{
    background:url(../img/minimizar.gif) no-repeat center center; 
    width:35px;height:35px;cursor:pointer;
}
.s04galeria .anterior{
    background:url(../img/flecha_izq.gif) no-repeat center center; 
    float:left;width:35px;height:60px;margin:0;
    cursor:pointer;
}
.s04galeria .siguiente{
    background:url(../img/flecha_der.gif) no-repeat center center; 
    float:right;width:35px;height:60px;margin:0;
    cursor:pointer;
}
.s04galeria .carrusel .desactivado{
    filter:alpha(opacity=30);
    opacity: .3;
    cursor:default;
}

.s04ocultar{
    display:none;
}