

/* begin /styles/gallery.css */

				/* .gallery table {
					background-color: #eee;
				} */
				.gallery table {
					background-color: #fff;
				}
				.gallery tr {
				}
				.gallery td {
					vertical-align: bottom;
					margin-bottom: 8px;
					padding-bottom: 8px;
					border-bottom: 8px solid #7pb;
				}
				.gallery td.caption {
					background-color: #fff;
					text-align: right;
					font-size: 95%;
					font-weight: normal;
					padding-right: 3px;
				}
				.gallery-2-wide td { 
					width: 351px;
					height: 220px;
					text-align: center;
				}
				.gallery-3-wide td {
					width: 234px;
					height: 146px;
					text-align: center;
				}
				.gallery-2-wide td p, .gallery-3-wide td p { 
					margin-top: 3px;
					margin-bottom: 10px;
					padding-top: 0;
					padding-bottom: 0;
					font-size: 85%;
				}
				.gallery-2-wide td img, .gallery-3-wide td img { 
					margin-top: 0;
					/* padding-top: 0; */
					padding: 6px;
					background-color: #fff;
					border: 1px solid #BBB;
					border-right: 2px solid #999;
					border-bottom: 2px solid #999;
					width: 320px;
					height: 220px;
				}
				.gallery-3-wide td img { 
					width: 213px;
					height: 146px;
				}
				h3 { 
					text-align: left;
					margin: 0;
					padding: 12px 0 0 0; 
					border-top: 2px dotted #79B;
				}
				.top { 
					text-align: left;
					margin: 0;
					padding: 6px 0 6px 0; 
					border-top: none;
				}

/* end /styles/gallery.css */
