#ImgGalleryWrapper {
       float:right;
       margin:30px 0 20px 30px;
       width:220px;
    }
    
    #ImgGallery {
       
       margin:0;
       padding:0;
       width:220px;
       overflow:hidden;
     }
*/
    /* 
        Center the images within the gallery. 
    */
   #ImgGallery .galleryPic {
       margin:5px 0;
       position:absolute;
       display:none;
   }
   
   #ImgGalleryWrapper img#up, 
   #ImgGalleryWrapper img#down {
	   margin:0 auto;
	   padding:0;
	   display:block;
	   cursor:pointer;
   }
   
     
   .results table {
	  margin:10px auto;
	  width:70%;
   }
   
   .results table .header {
	  background-color:#032102;
	  color:#FFFFFF; 
	  text-align:center;
   }
    
   .results table td,
   .results table th {
	   text-align:left;
	   vertical-align:top;
	   margin-top:1em;
   }
   /*.results table td {
	border:0;*/
}
.results table td .imgDiv {
	text-align:center;
	margin:0 auto;
	padding:10px;
	display:inline-block;
}
.results table td,
.imgDiv img {
	text-align:center;
	margin:10px auto 2px auto;
	max-width:100%;
	max-height:300px;

	
}
.imgDiv p {
	margin-top:0;
	padding-top:0;
}