

#GallerySection
{
	width: 700px;
	width: expression("700px;");
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 20px;
	float: left;
	line-height: 1.5em;
	border: 1px #664 solid;
	background-color: #996;
}


#GalleryThumbContainer
{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
	background-color: #996;
border: 0px #f00 solid;
}

#GalleryThumbList ul{ 
margin: 0;
width: 100% ! important;
width: 98%;

padding: 4px ! important;
padding-bottom: 10px;
border: 0px #000 solid;

}


#GalleryThumbList ul li div {
	display: inline;
}

#GalleryThumbList ul li
{
	display: inline;
	vertical-align: middle;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
}

#GalleryThumbList img { 
border: 0px #000 solid;
vertical-align: middle;
}

/* .GalleryThumbNail { float: left; } */

#GalleryImage {
	clear: both;
	text-align: center;
}

#GallerySection h1, #GallerySection h2,#GallerySection h3,#GallerySection h4 {
	color: #cc9;
}	
#GalleryImage h4
{
	font-weight: normal;
/*	text-align: right; */
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 10px;
}

li#ThumbPrev {
	visibility: hidden;
}
li#ThumbNext {
	visibility: visible;
}
li#ThumbPrev, li#ThumbNext
{
	font-size: 14px;
	font-weight: bold;
	background-color: #cc9;
	vertical-align: middle;
	margin: 0;
	padding: 3px;
	border-width: 6px 4px 6px 4px;
	border-color: #cc9;
	border-style: solid;
}


li#ImgPrev {
	visibility: hidden;
}
li#ImgNext {
	visibility: visible;
}
li#ImgPrev, li#ImgNext
{
	font-size: 14px;
	font-weight: bold;
	background-color: #cc9;
	vertical-align: middle;
	margin: 0;
	padding: 3px;
	border-width: 6px 4px 6px 4px;
	border-color: #cc9;
	border-style: solid;
}

#SlideShowControl {
	margin-left: auto;
	margin-right: auto;
	padding: 3px;	
	text-align: center;
}
#SlideShowControl div {
/* float: left; */ 
width: 100px;
background-color: #cc9;
margin-left: auto; margin-right: auto;
}
#GalleryCollectionMenu {

}

.thumbnails {
	border-width: 2px;
	border-color: #f00;
	border-style: solid;
	width: 300px;
}

#JumpControl ul
{
	display: block;
	width: 150px;
	background: #D8CEBE;
	list-style: none;
	margin-top: 0;
	margin-left: 30px;
	padding-left: 0;
	border-width: 0;
	border-color: #786E5D;
	border-style: solid;
filter:alpha(opacity=95);
opacity: 0.95;
-moz-opacity:0.95;	
}

#JumpControl li
{
	display: block;
	position: relative;
	padding: 0 0 1px 0;
	z-index: 9;
	border-width: 0;
	border-color: #786E5D;
	border-style: solid;
}



#JumpControl b ul {
	padding-left: 0;
	position:absolute;
	left:133px; /* IE */
	top:0px;
	}		
#JumpControl li ul li{
	display: block;
}
#JumpControl li>ul { left:120px; } /* others */

#JumpContol a
{
	display: block;
	padding: 3px;
	margin: 0;
	padding-left: 10px;
	border: 0px solid transparent;
	text-decoration: none;
	color: #786e5d;
	font-weight: normal;
	width: 100%;
	/* IE */
	font-size: 11px;
	text-transform: uppercase;
}
#JumpControl a:hover {
	border-color:#fff;
	background-color:#86292c;
	color: #fff;
	margin: 0;

}

#JumpControl ul ul, #JumpControl ul li:hover ul
{
	display: none;
	border-width: 0 0 0 1px;
	border-color: #786E5D;
	border-style: solid;
}


#JumpControl li:hover ul, #JumpControl li:hover li:hover ul {
	display:block;
}		

