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

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

   .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;
  }
  ul#imageGallery    {  width:470px; padding-left:0px; }
  ul#imageGallery   div.imageGalleryLabel {
     text-align:center; 
      width:100px;
     padding-top:85px;
   }
   ul#imageGallery   li { display:inline; text-align:left; clear:none; float:none; border:0; width:550px;  }
   ul#imageGallery  li a {   margin:7px; margin-bottom:5px; position:relative; float:left; display:block; width:100px;  color:#0E57A6; font-size:10px;  font-family:verdana; text-decoration:none;}
   ul#imageGallery  li a:hover { z-index:1000;; }
   ul#imageGallery  li a img { position:absolute; width:100px;  z-index:1; border:0px solid #FFF; border:1px solid #ccc; background-color:#FFF;  padding:3px; height:75px;}
   ul#imageGallery  li a:hover img, ul#imageGallery li a:active img, ul#imageGallery li a:focus img { width:220px; height:165px; left:-60px; top:-40px; z-index:1000; border:1px solid #3F98EE; padding:3px; background-color:#FFF;}
 
   .imageGalleryTitle{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left:0px;
    color:#0E57A6;
    font-weight:bold;
    font-size:10px;
  }
