/* Unchanged */
#slideholder {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 620px;
}
#page1 {
	width: 750px;
	background-color: #FFFFFF;
	height: 620px;
	float: left;
	}
#page2 {
	width: 250px;
	background-color: #FFFFFF;
	height: 620px;
	float: right;
}
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: 10px 10px;
}
div.content a, div.navig a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 18px;
	height: 27px;
	
	}
div.controls a {
	padding: 5px;
	text-decoration: none;
	border-right: 1px solid #BFBFC0;
}

div.controls a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 560px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 730px;
	margin-top: 5px;
		
}
div.loader {
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 730px;
	height: 560px; /* 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: 0px;
	left: 0px;
	background-color: #CCCCCC;
}
div.slideshow a.advance-link {
	display: block;
	width: 730px;
	height: 560px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 560px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	text-decoration: none;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	background-color: #CCCCCC;
}
div.slideshow img {
	vertical-align: middle;
	border: 2px solid #ccc;
}

div.navig {
/* The navig style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin-top: 8px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 2px 0px 0px;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 119px;
	height: 110px;
}
div.pagination {
	position: relative;
	right:610px;
	width: 600px;
height: 30px;
}
div.navig div.top {
margin-top: 10px;	
}

div.navig div.bottom {
	
	
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-left: 0px;
	padding: 5px 8px 3px 8px;
	border-right: 1px solid #BFBFC0;
	margin-top: 4px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: lighter;
	background-color: #999999;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 0px 0 3px 2px;
}

