/*GALLERY DISPLAY*/
.gallery_display		{ width:100%; background:white; overflow:auto; }
p.gallery_header		{ text-align:right; font-size:15px; font-weight:bold; color:#D28307; border-bottom:1px solid #D28307; margin:5px 0; }
p.gallery_info			{ font-size:13px; font-weight:bold; text-align:center; }
p.gallery_caption		{ text-align:center; font-size:11px; color:white; }
a.gallery_nav			{ color:white; text-decoration:none; }
a:hover.gallery_nav		{ color:#777; }
.gallery_navbar			{ width:100%; overflow:hidden; background:#ECC282; border-top:1px solid black; border-bottom:1px solid black; }
.gallery_album			{ width:85px; background:black; float:left; border:1px solid black; text-align:center; font-size:8px; margin:1px; }
.gallery_album img		{ height:55px; border-top:1px solid black; display:block; margin:0 auto; }
.album_body			{ width:100%; border-top:1px solid black; border-bottom:2px solid black; }
.photo_body			{ width:550px; margin:5px 0; }
.photo_body img			{ max-width:550px; }
.image_grid			{ width:100%; overflow:auto; }
.image_cell			{ float:left; background:black; margin:2px; border:1px solid black; }
.image_cell img			{ border:0; height:85px; }
/**/
.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:11px; }
a.gallery_nav_home		{ color:white; }
a:hover.gallery_nav_home	{ color:red; }
.gallery_navbar_home		{ width:100%; border-top:1px solid white; border-bottom:1px solid white; padding:5px 0; }
.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*/

