/*-- Photo Gallery Detail Styles  DETAIL PAGE--*/
.LargeImage { width:295px; padding:0 0 7px; margin:6px 0 0 0; }
.LargeImage img { width:270px; border:1px solid #CCC; padding:5px }

.SmallImages { padding:9px 9px 0 0; float:right; }
.SmallImages img { width:60px; height:45px; border:3px solid #FFF }
.SmallImages img:hover { border:3px solid #0060a8 }

.PhotoCaption { width:270px; font-size:13px; color:#333; text-align:center; margin:0; padding:0 3px; font-style:italic;}
