
/* Style for tables of thumbnail images */

	table.thumbs{
   	text-align: center;
  	 border-collapse: collapse;
	margin: auto;
	background: #000000;
        font-size: medium;
        color: #FFFFFF;
	}


/* Style for table cells that contain thumbnails */ 
	td.thumbs{ 
	border: solid 1px #666666; 
	padding: 10px; 
	}

/* Style for thumbnail images */ 
	img.thumbs{ 
	width:229px; 
	}