﻿div.galleryNav
{
	position: absolute;
	top: -15px;
	right: 0px;
}
div.galleryNav select
{
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	position: relative;
	top: -3px;
	position: relative;
	margin-right: 20px;
	font-size: 11px;
}
#sideImage
{
	display: none;
}
#mainContent h1
{
	position: relative;
}
#mainContent
{
	margin-top: 30px;
	padding-top: 10px;
}
#mainContent h4
{
    font-size:11px;
    font-weight:bold;
    color:Black;
    margin-bottom:5px;
}
/* Photo Gallery */
.photoGallery
{
	text-align: center;
}
.photoGallery td
{
	font: bold 11px Optima, Arial Narrow, Arial, Sans-Serif;
}
.photoGallery img
{
	border: 1px solid white;
	width: 91px;
	height: 120px;
}
div.shadow
{
	padding: 8px 6px;
	height: 124px;
	width: 100px;
	overflow: hidden;
	background: transparent url(/images/pic_shadow.png) left top no-repeat;
}
.photoGallerySpacer
{
	padding: 0 20px;
}

