#gallery-intro-block {
	float:left;
	width:540px;
	overflow:hidden;
	position:relative;
	display:block;
}
#gallery-intro-menu {
	float:left;
	width:210px;
	overflow:hidden;
	position:relative;
	display:block;
}
#gallery-intro-menu ul {
	display:block;
	padding: 0;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
	zoom:1;
	list-style:none;
	padding-left:0px;
}
#gallery-intro-menu ul li {
	display:block;
	margin:0;
	padding: 0;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	zoom: 1;
	margin-bottom:1px;
}
#gallery-intro-menu ul li a {
	display:block;
	text-decoration: none;
	color: #336699;
	padding: 6px 10px 10px 10px;
	background-color:#D9E8F8;
	margin: 0;
	zoom: 1;
	font-size:13px;
}
#gallery-intro-menu ul li a:hover, 
#gallery-intro-menu li a.sel {
	color: #555555;
	text-decoration: none;
	background-color:#eeeeee;
}
#gallery-intro-block p a span {	
	text-decoration:underline;
	margin-bottom:25px;
}
#gallery-intro-block p a:hover span {	
	text-decoration:none;
}
#gallery-intro-block p {	
	margin-top:0;
}
#gallery-intro-block p span {	
	display:block;
}
#gallery-intro-block p img {
background:#D9E8F8;
border:1px solid #72B4F6;
margin:0;
padding:4px;
text-decoration:none;
}
#gallery-intro-block p a:hover img {
background:#eeeeee;
}





#slideshow {
/*height:210px;*/
}
#gallery {
	float:left;
	width:540px;
	overflow:visible;
	position:relative;
	display:block;
	margin-bottom:5px;
}
#gallery img {
	border:1px solid #72b4f6;
	padding:4px;
	margin:0;
	background:#d9e8f8;
}
div.loader {
	background-image: url(../images/gallery/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 540px;
	height:250px;
}
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:540px; 
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.thumbs li {
	float: left;
	margin:0px;
	padding:0px;
	list-style: none;
	display:inline;
}
a.thumb {
	padding: 0px;
	margin:0px;
	border:none;
}

div.slideshow span.image-wrapper {
	float: left;
	margin-bottom:15px;
}

ul.thumbs li img {
	border:1px solid #72b4f6;
	padding:4px;
	background:#d9e8f8;
	margin-right:10px;
	margin-bottom:10px;
	
	width:50px;
	height:50px;
}
h6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
}

h1.gallery-header {
	margin-bottom:15px;
}
