div.slideshow {
		float: left;
		width: 576px;
		/*height: 381px;	
		*/
}

.advance-link img {
	display: block;
	border: 1px solid #b3b3b3;
	width: 576px;
	/*height: 381px;*/
	margin-left: 28px;
	margin-top: 10px;
}

div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
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 {
	float: right;
	margin-top: 3px;
	margin-right: 16px;
	
	padding: 0;
	width: 82px;	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	width: 82px;
	opacity: 0.20;
}
a.thumb {
	padding: 2px;
	display: block;
}

ul.thumbs li.selected a.thumb {
	
}

ul.thumbs img {
	display: block;
	width: 58px;
	border: 2px solid #ffffff;
}

ul.thumbs li:hover {
	opacity: 0.50;
}

ul.thumbs li.selected{
	opacity: 1;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
