﻿#GalleryViewSlides{height:500px; width:660px;}
.GalleryThumbnailOuter{
    float:left;
    width:167px;
    height:225px;
    }
.GalleryThumbnailWrap{
    width:159px;
    margin-right:8px;
    }    
.ThumbnailImg{
    width:151px;
    height:151px;
    position:relative;
    border:solid 4px #EDF0E7;
    display:block;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    }    
.GalleryThumbnailImg{
    position:absolute;
    left:0;
    }    
.GalleryThumbnailTitle{
    padding:4px;
    }    
    
    
.GalleryViewImage{
    width:660px; 
    overflow:hidden;
    text-align:center;
    }
.GalleryImageFrame{
    background-color:#EBEBEB;
    /*border:20px solid #2763A2;*/
    height:426px;
    overflow:hidden;
    width:620px;
    padding:8px 0;
}
#galleryNavs{width:660px;}
#GalleryThumbnails{}
#GalleryThumbnails .galImage {
    float:left;
    height:68px;
    margin:0;
    padding:0;
    text-align:center;
    vertical-align:middle;
    width:68px;
}
#GalleryThumbnails .galImage img {
	border:none;
	position:absolute;
	left:0;
}

#GalleryThumbnails .galImage a{
	text-decoration:none;
	display:block;
	border:2px solid #EBEBEB;
	text-align:center;
	width:57px;
	height:57px;
	margin:auto;
	margin-top:2px;
	background-color:#000;
	overflow:hidden;
	position:relative;
}

#GalleryThumbnails .galImage a:hover{
	border:4px solid #ffffff;
	margin-top:0px;	
}
.GalleryImageFrame img{border:solid 8px #FFF;}
.LargeImageCaption{
	width:550px;
	padding-left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;font-size:12px; font-style:italic; font-weight:bold;color:#483C2A; margin:.25em 0 0.5em;}

#backToPhotoGallery{
    padding:30px 0
    }
.GalleryThumbnailsScroller{ float:left; }    
