img {
-ms-interpolation-mode: bicubic; 
}

div#galleryContainer {
width: 100%;
height: 104px;
overflow: hidden;
position:relative;
margin-right:auto;
margin-left:auto;
}

div#galleryContainer div.galleryThumbContainer{
padding-top: 12px;
padding-left: 10px;
height: 70px;
overflow: hidden;
margin-left:auto;
margin-right: auto;
}

div#galleryContainer div.galleryThumbContainer div.thumbNail
{
	float: left;
	margin-left: 4px;
	margin-bottom: 2px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	text-align: center;
	border: 1px #f1f1f1 solid;
	vertical-align: bottom;
}
div#galleryContainer div.galleryThumbContainer div.thumbNail.current {
border: 1px #ff0000 solid;
}
div#galleryContainer div.galleryThumbContainer div.thumbNail img.fullSize {
display: none;
}

div#galleryContainer div.galleryThumbContainer div.thumbNail img.thumbSize {
margin-left: auto;
margin-right: auto;
}

div#imageBlock {
text-align: center;
position:relative;
width: 100%;
}
div#imageBlock img {
max-width: 100%;
height: auto;
}
div#galleryOuter
{
	background-image: url(../Images/Site/DropShadow.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	padding-bottom:10px;
}


.toc					{ z-index:2; font-size: 10px;display:block; width:12px; background:#f15f26; color:#fff; text-align:center; padding:1px; text-decoration:none; margin-left: 2px; float: left}
.toc-active,.toc.active				{  background:#666666;color:#fff; }

a.toc, a.toc:visited{
	color: #fff;
}
div.thumbPanel{
position: absolute;
top:12px;
left:0;
width: 100%;
display: none;
}

div.thumbPanel.active {
display: block;
}


div#thumbControls {
float: right;
margin-right: 14px;
position: relative;
top: -26px;
}
div#thumbControls a{
color: #fff;
}

div#imageBlock img{
margin:auto;
}

ul#galleryMenu {
width: 500px;
}
ul#galleryMenu li
{
	display: inline;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding:0;
	margin:0;
	padding: 4px;
	margin-right: 10px;
	line-height: 12px;
}
ul#galleryMenu li h3
{
	font-size: 10px;
	border: 1px #efefef solid;
	margin:0;
	padding:4px;
}
ul#galleryMenu li h3:hover
{
	border: 1px #ddd solid;

}

ul#galleryMenu li h3 a:hover{
	color:#601;
}


div#OuterGallery {
width: 100%;
}

div#imageBlock span{
margin-top: 0;
font-weight: bold;
margin-left: auto;
margin-right: auto;
display: block;

}

