/*GALLERY DISPLAY*/
.gallery_display		{ width:100%; background:black; overflow:auto; }
p.gallery_header		{ font-weight:bold; text-transform:uppercase; font-size:15px; color:#03467A; margin:15px 0; padding:2px; background:white url(/images/nav_gradient.jpg) repeat-y top right; }
p.gallery_info			{ color:white; font-size:12px; font-weight:bold; border-bottom:1px solid white; margin-bottom:5px; }
p.gallery_caption		{ text-align:center; color:white; font-size:9px; }
a.gallery_nav			{ color:white; text-decoration:none; }
a:hover.gallery_nav		{ color:#750000; }
.gallery_navbar			{ width:150px; float:right; border-left:1px solid white; }
.gallery_album			{ width:140px; margin:10px auto; border:1px solid gray; text-align:center; font-size:9px; }
.gallery_album img		{ width:140px; border-top:1px solid black; }
.album_body			{ width:425px; float:left; }
.photo_body			{ width:100%; }
.photo_body img			{ max-width:425px; }
.image_grid			{ width:100%; overflow:auto; }
.image_cell			{ float:left; margin-right:3px; margin-bottom:3px; border:1px solid gray; text-align:center; }
.image_cell img			{ border:0; height:70px; }
/**/
.gallery_display_home		{ width:100%; background:black; }
p.gallery_info_home		{ text-align:right; color:white; font-size:11px; font-weight:bold; }
p.gallery_caption_home		{ text-align:center; color:white; font-size:9px; }
a.gallery_nav_home		{ color:white; text-decoration:none; }
a:hover.gallery_nav_home	{ color:#2C5162; }
.gallery_navbar_home		{ width:100%; overflow:auto; border-bottom:1px solid #750000; padding:5px 0; }
.gallery_album_home		{ width:100px; float:left; margin-right:5px; margin-bottom:5px; border:1px solid gray; text-align:center; font-size:9px; }
.gallery_album_home img		{ width:100px; border-top:1px solid black; }
.album_body_home		{ width:250px; }
.photo_body_home		{ width:250px; }
.photo_body_home img		{ max-width:250px; }
.image_grid_home		{ width:100%; overflow:auto; }
.image_cell_home		{ float:left; margin-right:3px; margin-bottom:3px; border:1px solid gray; text-align:center; }
.image_cell_home img		{ border:0; height:70px; }
/*GALLERY DISPLAY*/

