

#GallerySection
{
	width: 550px;
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 20px;
	border: 1px #C1BBAF solid;
	background-color: #786E5D;
}


#GalleryThumbContainer
{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
	background-color: #786E5D;
}

#GalleryThumbList ul{ 
margin: 0;
margin-left: auto;
margin-right: auto;
width: 100% ! important;;
width: 98%;

padding: 4px ! important;
padding-bottom: 10px;

}


#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: #D8CEBE;
}	
#GalleryImage h4
{
	font-weight: normal;
/*	text-align: right; */
	text-transform: lowercase;
	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: #D8CEBE;
	vertical-align: middle;
	margin: 0;
	padding: 3px;
	border-width: 6px 4px 6px 4px;
	border-color: #D8CEBE;
	border-style: solid;
}


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

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

}
#Collections {
	border: 1px #C00 solid;
	padding:0;
	border: 0px #C00 solid;
	margin-top: 10px;
	margin-bottom: 10px;	
	text-align: left;
}
#Collections h3{
font-size: 20px;
}
#Collections strong{
font-size: 14px;
}



#ColNav {
	padding:0;
	border: 0px #C00 solid;
	margin: 0;
}

#ColNav ul
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	background-color: #d8cebe;
	color: White;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 5px 0 5px 0;
	display: block;
	line-height: 2em;
}

#ColNav ul li { display: inline;  margin-left: 3px;}

#ColNav ul li a
{
	padding: 0.2em 1em;
	background-color: #D8CEBE;
	color: #786e5d;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	border-color: #786e5d;
	border-width: 1px;
	border-style: solid;
}

#ColNav li a#current
{
border: 0;
background-color: #944;
color: #786e5d;

}
#ColNav ul li a:visited
{
color: #786e5d;
}
#ColNav ul li a:hover
{
background-color: #86292c;
color: #fff;
}

