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