/*******PHOTO GALLERY STYLES ****************/
/*-- Photo Gallery Styles LIST PAGE --*/
#GalleryTable { width:auto !important; width:100%; text-align:center }
#GalleryTable td { padding:0 !important; padding:0 0 0 17px }
.galleryList { float:left; width:140px; text-align:center; border-bottom:1px dashed #aaa69f; padding:0 0 5px; margin:20px 10px 0 }
.galleryList img { width:140px; padding:0 0 5px }
/*-- Photo Gallery Styles --*/

/*-- Photo Gallery Detail Styles  DETAIL PAGE--*/
.LargeImage { width:295px; padding:0 0 7px; margin:6px 0 0 0px }
.LargeImage img { width:289px; border:1px solid #CCC; padding:5px }

.SmallImages { float:right; padding:9px 9px 0 0 }
.SmallImages img { width:60px; height:45px; border:3px solid #FFF; margin:0 3px 0 0 }
.SmallImages img:hover { border:3px solid #771111 }

.PhotoCaption { width:295px; font-size:13px; color:#333; text-align:center; margin:0 0 0 10px; padding:0 3px; font-style:italic;}

.PhotoDescription { width:475px; margin:25px 0 0 10px }
.PhotoDescription b { display:block }
/*-- Photo Gallery Detail Styles --*/