@charset "utf-8";
/* CSS Document */

body, td, th, p, a {
	font-family: "Modern No. 20", "Times New Roman", Georgia;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 5px 0px 0px;
}

td {
	text-align: center;
	vertical-align: middle;

}
a {
	text-decoration: none;
	font-weight: normal;
	font-family: "Modern No. 20";
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	outline: none;
}
.main {
	background-color: #000000;
	border: 1px solid #000000;
	height: 590px;
	width: 770px;

}
.photolink {
	font-size: 18px;
}
.footer {
	font-size: 12px;
	padding-bottom: 4px;

}
.thumbnails img {
	border: none;
	margin-right: 2px;
	margin-left: 2px;
	display: inline;

}
.thumbnails {
	overflow: auto;
	width: 670px;
	white-space: nowrap;
	height: 70px;
	border: 1px solid #666666;
	vertical-align: middle;
	padding: 3px 3px 1px;
	background-color: #000000;
	margin-top: 14px;

}
.footerTable td {
	font-weight: normal;
}
.header {
	font-size: 36px;
	letter-spacing: 3px;
	padding-bottom: 10px;
	padding-top: 15px;
}


.homeLinks {
	padding-top: 60px;
	padding-bottom: 80px;
}
.homeHeader {

	font-size: 44px;
	letter-spacing: 3px;
	padding-top: 20px;
}
.headerFirstLetter {
	font-size: 52px;
	margin-top: 6px;

}
.homeHeaderFirstLetter {
	font-size: 56px;
	line-height: normal;

}


.slideButton {
	width: 55px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
	padding: 0px 25px;
	text-align: center;
	background-position: center;
	margin: 0px;
}

.slideButton img {
	width: 55px;
	height: 30px;
}
#previousbutton {
	background-image:   url(images/buttons/prev_button.gif);
}

#playbutton {
	background-image:   url(images/buttons/play_button.gif);
}

#pausebutton {
	background-image:   url(images/buttons/pause_button.gif);
}

#nextbutton {
	background-image:   url(images/buttons/next_button.gif);
}

#slideImg {
	position: relative;
	z-index: 5;
	
}