/*GALLERY DISPLAY*/
.gallery_display		{ width:100%; background:white; overflow:auto; }
p.gallery_header		{ font-size:18px; background:#008751; color:white; text-align:right; }
p.gallery_info			{ font-size:11px; font-weight:bold; color:#008751; }
p.gallery_caption		{ text-align:center; font-size:11px; }
a.gallery_nav			{ color:black; }
a:hover.gallery_nav		{ color:#008751; }
.gallery_navbar			{ width:125px; float:right; border-left:1px solid #008751; }
.gallery_album			{ width:120px; margin:10px auto; border:1px solid gray; text-align:center; font-size:9px; }
.gallery_album img		{ width:120px; border-top:1px solid black; }
.album_body			{ width:450px; float:left; }
.photo_body			{ width:100%; margin-bottom:10px; }
.photo_body img			{ max-width:450px; border:1px solid black; }
.image_grid			{ width:100%; overflow:auto; }
.image_cell			{ float:left; margin-right:5px; margin-bottom:5px; border:1px solid gray; text-align:center; }
.image_cell img			{ border:0; height:80px; }
/**/
.gallery_display_home		{ width:100%; background:white; }
p.gallery_info_home		{ text-align:right; font-size:11px; font-weight:bold; }
p.gallery_caption_home		{ text-align:center; font-size:11px; }
a.gallery_nav_home		{ color:black; text-decoration:none; }
a:hover.gallery_nav_home	{ color:red; }
.gallery_album_home		{ width:60px; float:left; margin-right:10px; border:1px solid gray; text-align:center; font-size:9px; }
.gallery_album_home img		{ width:60px; border-top:1px solid black; }
.album_body_home		{ width:100%; }
.photo_body_home		{ width:100%; margin-bottom:10px; }
.photo_body_home img		{ max-width:200px; }
.image_grid_home		{ width:100%; overflow:auto; }
.image_cell_home		{ float:left; margin-right:5px; margin-bottom:5px; border:1px solid gray; }
.image_cell_home img		{ border:0; height:75px; }
/*GALLERY DISPLAY*/

