/*GALLERY DISPLAY*/
.gallery_display		{ width:100%; overflow:auto; }
p.gallery_header		{ font-size:18px; color:black; font-weight:bold; text-transform:uppercase; font-family:times, serif; }

p.gallery_caption		{ text-align:center; font-size:9px; }
a.gallery_nav			{ color:#BA6719; text-decoration:none; }
a:hover.gallery_nav		{ color:black; }
.gallery_navbar			{ width:100%; overflow:hidden; border-bottom:1px solid #BA6719; }
.gallery_album			{ width:120px; float:left; margin:5px 5px 5px 0; border:1px solid #BA6719; text-align:center; font-size:12px; }
.gallery_album img		{ max-width:120px; max-height:140px; border-top:1px solid #BA6719; }
.album_body			{ width:100%; }

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




.image_grid			{ width:100%; overflow:auto; }
.image_cell			{ float:left; margin:5px 5px 5px 0; border:1px solid #BA6719; text-align:center; }
.image_cell img			{ border:0; height:90px; }
/**/
.gallery_display_home		{ width:100%; }

p.gallery_caption_home		{ text-align:center; font-size:9px; }
a.gallery_nav_home		{ color:#BA6719; text-decoration:none; display:block; }
a:hover.gallery_nav_home	{ color:white; background:url(/images/nav_gradient.jpg) repeat-y; }
.gallery_navbar_home		{ width:100%; }
.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%; }

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; border-bottom:1px solid #BA6719; border-top:1px solid #BA6719; margin-bottom:5px; }
.photo_body_home		{ width:100%; margin-bottom:10px; }
.photo_body_home img		{ max-width:215px; }

.image_grid_home		{ width:100%; overflow:auto; }
.image_cell_home		{ float:left; margin-right:5px; margin-bottom:5px; background:white; text-align:center; }
.image_cell_home img		{ border:0; height:75px; }
/*GALLERY DISPLAY*/

