/* 
    Document   : jquery.galeriaMidia
    Created on : 26/04/2010, 14:47:22
    Author     : rhumberto
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.galeriaMidiaContainer{
    float: left;
    
    overflow: hidden;
    position: relative;    
}

.linkGaleriaMedia > img {
    width: 118px;
    height: 85px;
}

img.miniIcon{
    width:24px;
    height: 23px;

    border: none !important;
}
