div.Media-Gallery-Content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	/*width: 620px;*/ 
    width:100%
}
div.Media-Gallery-Content a, div.navigation a {
	text-decoration: none;
	color: #000000;
}
div.Media-Gallery-Content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	float: left;
	clear: both;
	/*width: 620px;*/
     width:100%;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../Images/loader.gif') no-repeat center center;
	/*width: 620px;*/
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
     width:100%;
}
div.slideshow 
{
    width:100%;
}
div.slideshow span.image-wrapper 
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
     width:100%;

}
div.slideshow a.advance-link 
{
	cursor: pointer;
	position: relative;
	float: left;
	display: block;
	/*width: 620px;*/
	height: 350px;
	text-align: center;
	background:#FBFBFB;
}
div.slideshow a.advance-link object {
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img 
{
	/*position: absolute;
	top: 0;
	left: 0;*/
     /*width:100%;*/
}
div.download {
	float: right;
}
div.download a 
{
	float: left;
	padding: 3px 19px 3px 0;
	background: url(../Images/download.gif) no-repeat right top;
}
div.caption-container {
	position: relative;
	float: left;
	clear: both;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption 
{
	float: left;
	/*width: 580px;*/
	padding: 7px 20px;
	background: #F5F5F5;
	min-height: 16px;
}
*html div.caption 
{
	height: 16px;
}

div.image-desc {
	/*width: 450px;*/
	padding: 3px 0;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style: none;
}
ul.thumbs li a.thumb 
{
	cursor: pointer;
	display: block;
	position: relative;
	width: 145px; height: 80px;
	text-align: center;
	background: #FBFBFB;
}
ul.thumbs img 
{
	border: none;
}
ul.thumbs .thumb-hover
{
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	height: 80px;
	background: url(../Images/gallery-thumb-hover.gif) no-repeat left top;
	
}
ul.thumbs li.selected .thumb-hover, ul.thumbs li a:hover .thumb-hover
{
	display: block;	
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	float: left;
	width: 260px;
	padding: 10px 20px;
	margin: -10px 0 0 0;
	background: #F5F5F5;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
}
div.pagination a.prev-page-link
{
	padding: 0 0 0 19px;
	background: url(../Images/thumb-arrow-prev.gif) no-repeat left center;
}
div.pagination a.next-page-link
{
	float: right!important;
	padding: 0 19px 0 0;
	background: url(../Images/thumb-arrow-next.gif) no-repeat right center;
}
div.pagination a:hover {
	
}
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;
}
.jcarousel-prev-disabled-horizontal, .jcarousel-next-disabled-horizontal
{
	background: none!important;
}