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;
	width:550px; 
}

div.slideshow {
	clear: both;
}


div.slideshow img {
	border: none;
	display: block;
}


ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px;
	list-style: none;
}


ul.thumbs img {
	border: none;
	display: block;
}

ul.thumbs li a {
	padding: 1px;
	display: block;
	background: #5C5C5C;
	opacity: 0.3;
}

ul.thumbs li.selected a {
	background: #FFF;
	opacity: 1;
}

ul.thumbs li a:hover {
	background: #FFF;
	opacity: 1;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 5px;
}
div.pagination a:hover {
	text-decoration: none;
}

div#image-title
{
	color: #FFC103;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	margin:0;
	padding:0;
}
div#details
{
	padding:10px;
	width:630px;
}