
.gallerycontainer{
position: relative;
height: 420px;
width: 562px;
padding: 0px;
border: solid 1px #b3b3b3;
border-bottom-color: #fff;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
body > .gallerycontainer {width: 566px;}

.gallerynav 
{
    position: absolute;
    bottom: 0;
    width: 567px;
    margin-left: -1px;
}


a.thumbnail {
margin: 0;
padding: 0;
display: block;
float: left;
height: 60px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: 0px;
bottom: 75px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 59px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.overview_left {float: left; width: 55%; font-size: 90%; border-right: dashed 1px #aeaeae;}
.overview_right {float: left; width: 43%; font-size: 90%; padding-left: 10px; }

.overview_left ul {padding-left: 5px;}
.overview_left p strong {color: #333;}
.overview_left ul li {font-weight: bold; color: #333;}
.overview_left ul li span {font-weight: normal; color: #333; display: block; padding-left: 20px;}
.overview_right ul li {border-bottom: solid 1px #d3d3d3}
#content .overview_right ul li a {font-weight: normal; text-decoration: none;}

.overview_right h3#slideshow, .overview_right h3.slideshow {background: #fff url(../img/overview/slideshow.png) no-repeat; padding-left: 20px;}
.overview_right h3#videos {background: #fff url(../img/overview/videos.png) no-repeat; padding-left: 20px; margin-top: 30px;}
.overview_right h3#proposal {background: #fff url(../img/overview/proposal.png) no-repeat; padding-left: 20px;}

.split {margin-top: 20px;}



