div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 900px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover{
	text-decoration: underline;
}

.top.pagination {
  display: none;
}

.pagination a,
.pagination .current {
  margin-right: 5px;
}

div.slideshow-container {
	float:right;
	position: relative;
	height: 445px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 600px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 445px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size:0;
}
div.slideshow img {
	border: 0px solid #ccc;
	float:right;
	font-size:0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	font-size:0;
}
a.thumb:focus {
	outline: none;
}