/*image imageGallery*/
#imageGalleryBox {
   padding-left:0px;
   margin:0px;

}

ul#imageGallery * { margin:0; border:0; padding:0;  }

/* imageGallery */
ul#imageGallery{
   width:475px; 
   text-align:center; 
}

ul#imageGallery   li { 
    display:inline; 
    text-align:left; 
    clear:none; 
    float:left; 
    border:0;
    margin:0px;
    padding:5px; 
    margin-bottom:0px;
    margin-top:5px;
    padding-bottom:0px;  
}

ul#imageGallery   li:hover { 
    border:0px solid #DDE8ED;
    background-color:#F0F6F8;
}

ul#imageGallery  li a.imageLink { 
      
    sposition:relative; 
    sdisplay:block; 
    color:#0E57A6; 
    font-size:10px;
    font-family:verdana;
    text-decoration:none;
    
}
ul#imageGallery  li a.imageLink:hover { 
    z-index:1000;
}
ul#imageGallery  li a.imageLink img { 
    width:100px;
    height:75px;  
    z-index:1; 
    border:1px solid #DDE8ED;
    background-color:#FFF;
    padding:3px;
}
ul#imageGallery  li a:hover img, ul#imageGallery li a:active img, ul#imageGallery li a:focus img { 
    swidth:220px; /*used per zoom*/
    sheight:165px; 
    sleft:-60px; 
    stop:-40px; 
    z-index:1000;
     border:1px solid #DDE8ED; 
    padding:3px; 
    background-color:#FFF;
}

div.imageGalleryLabel {
   text-align:center; 
   display:block; 
   font-size:10px;  
   font-family:verdana; 
   text-decoration:none;
   width:100px;
   margin-bottom:5px; 
   clear:all;
}
div.imageGalleryLabel a.imageLabelLink{
    position:relative; 
    text-align:center;
    display:block; 
    width:100px;
    text-decoration:none; 
}
div.imageGalleryLabel a.imageLabelLink:hover {

}
 
.imageGalleryTitle{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left:0px;
    color:#0E57A6;
    font-weight:bold;
    font-size:11px;
}

a.imageGalleryItem{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-color:red;
    font-size:10px;
}


.imageGalleryCatTitle{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left:0px;
    color:#0E57A6;
    font-weight:bold;
    font-size:10px;
    margin-top:20px;
    padding-top:10px;
    margin-bottom:10px;
    background:url(../images/puntino_menu.gif) repeat-x bottom;
}
