@charset "utf-8";
/* CSS Document */

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:none;
	width: 306px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
#container {
	top: 0px;
	left: 500px;
	margin-top: 0px;
	margin-right: 0px;
	width: 350px;
	float: right;

}

div.loader {
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 320px;
	height: 400px;
}
div.slideshow {

}
div.slideshow a.advance-link {
padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

