img
{
border: none;
}

#gallery2
{
position: absolute;
height: 600px;
margin: 0px;
padding: 0px;
top: 0;
left: 0;

}

#thumbs
{
	position: absolute;

z:index: 10;
	margin: 0px;
	padding: 14px;
	top: 0;
	left: 0;
	height: 600px;
}

div#page {
	width: 1200px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border: none;
	border: none;

}

div#container {
	padding: 0px;
}

div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

div#page {
	background-color: #fff;
	width: 1200px;
	
}






div.loader {
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border: none;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}


div.content2 {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	position: absolute;
	float: right;
	display: none;	
	width: 1200px; 
}
div.content2 a, div.navigation a {
	text-decoration: none;
	color: #fff;
}
div.content2 a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
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;
	clear: both;
	height: 600px; /* 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-image: url('loader.html');
	background-repeat: no-repeat;
	background-position: center;
	width: 1200px;
	height: 600px; /* 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: right;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 960px;
	height: 500px; /* 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 {
	align: right;

}


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 {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 60px 60px 0px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;

}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	
}
div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 5px;
	height: 5px;
}
div.navigation div.bottom {
	margin-top: 0px;
}
