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;
	float:right;
	max-width:850px;
	margin-bottom:1em;
}
div.content a, div.navigation a{
	text-decoration:underline;
	color:#777;
}
div.loader{
	background-image:url('loader.gif');
	background-repeat:no-repeat;
	background-position:center;
	width:550px;
	height:350px;
}
div.embox{
	clear:both;
	border:1px solid #FFDF62;
	background-color:#FFFFC0;
	padding:12px;
	margin-bottom:12px;
}
div.slideshow{
	clear:both;
}
div.slideshow span.image-wrapper{
	float:left;
	display:block;
	width:100%;
	max-width:848px;
	border:1px solid #ccc;
}
div.slideshow img{
	border:none;
	display:block;
	width:100%;
	max-width:844px;
	margin:2px;
}
div.download{
	float:right;
}
div.image-title{
	font-weight:bold;
	font-size:1.4em;
}
div.image-desc{
	line-height:1.3em;
	padding-top:12px;
}
ul.thumbs{
	clear:both;
	margin:0;
	padding:0;
}
ul.thumbs li{
	float:left;
	padding:0;
	margin:0px 0.5em 0.5em 0 !important;
	list-style:none;
}
a.thumb{
	padding:2px;
	display:block;
	border:1px solid #ccc !important;
}
ul.thumbs li.selected a.thumb{
	background:#000;
}
a.thumb:focus{
	outline:none;
}
ul.thumbs img{
	border:none;
	display:block;
}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li{
	float:none;
	padding:0;
	margin:0;
	list-style:none;
}
#thumbs-min a.thumb{
	padding:0;
	display:inline;
	border:none;
}
#thumbs-min ul.thumbs li.selected a.thumb{
	background:inherit;
	color:#000;
	font-weight:bold;
}