/*GALLERY DISPLAY*/
.gallery_display		{ width:100%; }
p.gallery_header		{ font-size:17px; background:white; color:#444; border-top:1px solid #444; border-bottom:1px solid #444; text-align:center; text-transform:uppercase; }
p.gallery_caption		{ text-align:center; font-size:9px; background:white; font-weight:bold; }
a.gallery_nav			{ color:white; text-decoration:none; }
a:hover.gallery_nav		{ color:#ccc; }
.gallery_navbar			{ width:100%; overflow:hidden; }
.gallery_album			{ width:100px; overflow:hidden; margin:0 3px 3px 0; min-height:190px; background:black; float:left; border:1px solid black; text-align:center; font-size:9px; }
* html .gallery_album		{ height:150px; }
.gallery_album img		{ width:100px; }
.album_body			{ width:100%; }


p.gallery_info			{ font-size:10px; font-weight:bold; border-bottom:1px solid black; margin-bottom:10px; }
a.nextprev			{ color:black; text-decoration:none; }
a:hover.nextprev		{ color:gray; }
.photo_table			{ width:100%; overflow:hidden; margin-bottom:10px; }
.photo_previous			{ width:50px; float:left; text-align:center; }
.photo_body			{ width:213px; border:1px solid black; float:left; text-align:center; }
.photo_body img			{ max-width:213px; }
.photo_next			{ width:50px; float:left; text-align:center; }


.image_grid			{ width:100%; overflow:auto; }
.image_cell			{ float:left; margin-right:3px; margin-bottom:3px; border:1px solid white; }
.image_cell img			{ border:0; height:100px; }
/**/
.gallery_display_home		{ width:100%; background:white; }

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_navbar_home		{ width:100%; overflow:auto; border-bottom:1px solid gray; padding:5px; }
.gallery_album_home		{ width:75px; float:left; margin-right:10px; border:1px solid gray; text-align:center; font-size:9px; }
.gallery_album_home img		{ width:75px; border-top:1px solid black; }
.album_body_home		{ width:100%; }


p.gallery_info_home		{ font-size:11px; font-weight:bold; border-bottom:1px solid black; margin-bottom:10px; }
a.nextprev_home			{ color:black; text-decoration:none; }
a:hover.nextprev_home		{ color:gray; }
.photo_table_home		{ width:100%; overflow:hidden; margin-bottom:10px; }
.photo_previous_home		{ width:100px; float:left; text-align:center; }
.photo_body_home		{ width:166px; border:1px solid black; float:left; text-align:center; }
.photo_body_home img		{ max-width:166px; }
.photo_next_home		{ width:100px; float:left; text-align:center; }

p.gallery_info_home		{ text-align:right; font-size:11px; font-weight:bold; }
.photo_body_home		{ width:100%; margin-bottom:10px; }
.photo_body_home img		{ max-width:370px; }

.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*/

