/*
	USED BY GALLERY-LAUNCH.ASP, AND THEREFORE BY /GALLERY/##.HTM & /GALLERY/##-TITLE.HTM
*/

#gal_container { /* 1 + 8 + 621 + 8 + 1 = 639px */
	padding: 8px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 70px;
	width: 621px;
	background-color: white;
	border: 1px solid #c5c5c5;
}

#gal_container p { margin-top: 6px; margin-bottom: 6px; text-align: center; }

#gal_container .firstpic { margin-top: 0; margin-bottom: 6px; } /* adjust margin for 1st pic */
#gal_container .lastpic { margin-top: 6px; margin-bottom: 0px; }	/* adjust margin for last pic */
#gal_container .caption { margin-top: 0; margin-bottom: 12px; text-align: left;}
#gal_container .captionsm { margin-top: 0; margin-bottom: 8px; font-size: 11px; text-align: left;}
#gal_container .citation { margin-top: 0; margin-bottom: 8px; font-size: 11px; color: #999999; text-align: left;}
#gal_container .screenhdg { background:#e5e5e5; padding: 8px; border: 1px solid #c5c5c5} 

#gal_numscreen {
	float: left;
	text-align: center;
	margin: 0 18px 15px 0; 
	padding: 8px 8px 8px 8px;
	height: 100px;
	background-color: #e5e5e5;
	border: 1px solid #c5c5c5;
}

/* to be enclosed by #maincolumn */
#gal_seealso {
	margin-left: 208px;
	margin-right: 200px; 
	padding: 4px 15px 4px 15px;
	/* background-image:url('../gfx/bkgds/b-pdfcolor-xhatch.gif'); */
	background-color: #e5e5e5;
	background-repeat:repeat;
	border-bottom: 1px solid #c5c5c5; 
	border-left: 1px solid #c5c5c5; 
	border-right: 1px solid #c5c5c5; 		
}

#gal_seealso h5, h6 { margin-left: 10px; }

#gal_title { margin-bottom: 15px; }

#gal_backto { font-size:11px; padding-top: 3px; text-align: center; font-weight: normal;}
