
#illgallery {
text-align: center;
padding: 0;
overflow: auto;
height: 100%; 
font-weight: bolder;
width:490px;
min-width:490px;
margin-left: auto ;
margin-right: auto ;
border:none;

}

#illgallery div{ 
position: relative;
margin: 0 auto;
}

#illgallery  ul{margin: 0 auto;}

#illgallery img{border:none;}

#illgallery td { border:none; padding: 17px;}

.illgalleryside {border-bottom: 1px solid #dcdcdc !important;margin: 0px;padding: 05px 0px 05px 0px !important;}

#illgallery .polaroids .gallerytable{border:none !important;margin-left:auto;margin-right:auto;text-align:left;}

#illgallery a:after {
   padding:0; 
   margin:0; 
   content: attr(title);
   }
   
#illgallery li{
   list-style-type:none;
   padding:0; 
   margin:0;
   }
   
  

        /* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
    #illgallery a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    position: relative;
    z-index: 5;
    }
	
	     /* Add drop shadows and smooth out the transition (Safari only) */
   #illgallery a {
    -webkit-transition: -webkit-transform .15s linear;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    }
     
    /* On hover, darken the shadows a bit */
   #illgallery a {
   -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
   -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
   }