* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #212121;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

a {
	color: #212121;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}


#wrapper {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}

#top-wrapper {
	position: relative;
	width: 100%;
	height: 90px;
}

#thumbs {
	position: relative;
	float: right;
	width: 770px;
	height: 65px;
	margin-top: 25px;
}

#thumbs ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#thumbs ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50px;
	height: 75px;
}

#thumbs ul li a {
	position: relative;
	padding-bottom: 15px;
}

#thumbs ul li a:hover {
	background-color: #000000;
}

#thumbs ul li a img {
	width: 50px;
	height: 50px;
}

div.navigation a.prev {
	background-image: url('../images/prevPageArrow.gif');
}
div.navigation a.next {
	background-image: url('../images/nextPageArrow.gif');
}

div.navigation a.pageLink {
	height: 50px;
	line-height: 50px;
}

div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	height: 50px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

#body-wrapper {
	width: 100%;
	position: relative;
}

#sidebar {
	float: left;
	width: 250px;
	position: fixed;
}

#main-menu {
	float: left;
	position: relative;
	padding-top: 20px;
	width: 100%;
}

#main-menu h3 {
	width: 100%;
	height: 20px;
	position: relative;
	background-image: url("../images/menu-underline.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 14px;
	text-transform: uppercase;
}

#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}

#main-menu ul  li {
}

#main-menu ul li a {
	text-decoration: none;
	padding: 1px;
}

#main-menu ul li a:hover {
	color: #ffffff;
	background-color: #000000;
}

#copyright {
	color: #424242;
	padding-top: 10px;
	float: left;
}

#copyright a {
	color: #424242;
}

#content {
	float: right;
	width: 750px;
	/*overflow: auto;*/
}

div.content {
	display: none;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 750px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link {
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 510px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 510px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: left;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 0px;
}

div.caption-container {
	float: left;
	position: relative;
	margin-top: 10px;
}

span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 750px;
}

div.caption {
	padding: 0 12px;
}

div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}