div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 600px;
	height: 350px; 
}
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;
}

div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-top: -16px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/loader_black.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
ul.thumbs {
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	display: inline;
	border: none;
}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	padding: 0 5px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 3px 7px;
	-webkit-box-shadow: 0 0 4px #9c9c9c;
    -moz-box-shadow: 0 0 4px #9c9c9c;
    -khtml-box-shadow: 0 0 4px #9c9c9c;
    box-shadow: 0 0 4px #9c9c9c;
}
img.bt_button {
    margin: 6px 1px;
	padding: 3px 5px;
	-webkit-box-shadow: 0 0 3px #fff;
    -moz-box-shadow: 0 0 3px #fff;
    -khtml-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
}
div.pagination a:hover {
	background-color: #666666;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}