/* Gallery */

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:block;
	float:left;
	/*width:472px;*/
	width:600px
}



div.slideshow {

	clear: both;

}

div.slideshow span.image-wrapper {

	float: left;
	padding-bottom: 0px;

}



div.slideshow img {
	border: 1px solid #333333;
	display: block;
	background-color: #272727;
	padding: 5px;

}



div.navigation {
	/*width:166px;*/
	width:600px;
	float: left;

}

ul.thumbs {
	clear: both;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

ul.thumbs li {

	float: left;

	padding: 0;

	margin: 0;

	list-style: none;

}

ul.thumbs li a {
	padding: 5px;
	display: block;
	background-color: #272727;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #333333;

}

ul.thumbs li.selected a {
	background-color: #FFCC00;

}

ul.thumbs a:focus {

	outline: none;

}

ul.thumbs img {

	border: none;

	display: block;

}
