div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled.*/
	display: none;/*
	margin: 0 auto;*/
	width: 300px;overflow:hidden;        
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #770;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 305px; /* This should be set to be at least the height of the largest image in the slideshow*/ 
        width:300px;
        overflow:hidden;       
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;        
	width: 305px;
	height: 305px; /* 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;
	left: 0;
}
div.slideshow a.advance-link {
        margin-left:-3px;
	display: block;
	width: 305px;
	height: 305px; /* This should be set to be at least the height of the largest image in the slideshow*/ 
	line-height: 305px; /* This should be set to be at least the height of the largest image in the slideshow*/ 
	text-align: center;        
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
    margin-left:-1px;
	vertical-align: middle;
       /* border: 1px solid #ccc;*/
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 4px 12px 4px 0;
	list-style: none;
}
ul.thumbs li.sinMargin{
    margin-left:0px !important;
    margin-right:0 !important;
}
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;
}
