#pictures div#container {
	padding:0;
	margin:0;
}
#pictures 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: 525px; 
}
#pictures div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
#pictures div.content a:focus, #pictures div.content a:hover, #pictures div.content a:active {
	text-decoration: underline;
}
#pictures div.controls {
	margin-top: 5px;
	height: 23px;
}
#pictures div.controls a {
	padding: 5px;
}
#pictures div.ss-controls {
	float: left;
}
#pictures div.nav-controls {
	float: right;
}
#pictures div.slideshow-container {
	position: relative;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#pictures div.loader {
	position: absolute;
	top: 0;
	left: 60px;
	background-image: url('../../library/JQuery/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#pictures div.slideshow {
	
}
#pictures div.slideshow span.image-wrapper {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	
}
#pictures div.slideshow a.advance-link {
	display: block;
	width: 525px;
	height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	background-color: #fff;
}
#pictures div.slideshow a.advance-link:hover, #pictures div.slideshow a.advance-link:active, #pictures div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#pictures div.slideshow img {
	vertical-align: middle;
	border: 1px solid #333;
}
#pictures div.download {
	float: right;
}
#pictures div.caption-container {
	/*
	position: relative;
	clear: left;
	height: 75px;
	*/
}
#pictures span.image-caption {
	/*
	display: block;
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
	*/
	display: block;
	width:522px;
	margin-top: 1px;
	padding-left: 3px;
}
#pictures div.caption {
	/*padding: 12px;*/
	background-color: #333;
	padding: 12px;
	color: #ddd;
	height: 16px;
}
div.caption a {
	color: #fff;
}
#pictures div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
#pictures div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#pictures div.navigation {
	padding: 60px 0 0 3px;
	width:525px;	
	float: left;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#pictures ul.thumbs {
	clear: both;
	/*margin-left: 25px;*/
	padding: 0;
}
#pictures ul.thumbs li {
	float: left;
	padding: 0;
	margin: 9px 9px 0 0;
	list-style: none;
}
#pictures a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #666;
}
#pictures ul.thumbs li.selected a.thumb {
	background: #333;
}
#pictures a.thumb:focus {
	outline: none;
}
#pictures ul.thumbs img {
	border: none;
	display: block;
}
#pictures div.pagination {
	clear: both;
}
#pictures div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#pictures div.navigation div.bottom {
	padding-top: 10px;
}
#pictures div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #999;
}
#pictures div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#pictures div.pagination span.current {
	font-weight: bold;
	background-color: #444;
	border-color: #444;
	color: #fff;
}
#pictures div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
