a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}

a img {border: none;}

a.nav:link {color: #000;}
a.nav:visited {color: #000;}
a.nav:hover	{color: #000;}
a.nav:active {color: #000;}

body {font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;}

.container {
	width: 900px ;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

.hdr {width: 814px;}

.menu {float: right;}

.content { 
	width: 814px;	
	display: block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 0.9em;
	line-height: 150%;
	margin-left: 15px;
	margin-right: 0px;
	}

.content img {
	padding: 0px;
	border: 1px solid #fff;
	background-color: #fff;
	}
	
.content h2 {
	font-size: 110%;
	margin-bottom: 0px;
	}

.ftr {width: 814px;}

/* overflow is hidden to hide all but the first image on loading the page */
.slideshow {height: 500px; width: 815px; overflow: hidden;}
.slideshow img {padding: 15px; border: none; background-color: #fff;}

#slidenav a:link {color: #aaa; text-decoration:none;}
#slidenav a:visited {color: #aaa; text-decoration:none;}
#slidenav a:hover {color: red; text-decoration:none;}
#slidenav a:active {color: #aaa; text-decoration:none;}

#slidenav {width: 800px; margin-top: -20px; margin-left: -27px; white-space: nowrap;}
#slidenav li {margin: -5px; list-style: none; display: inline;}
#slidenav li.activeSlide a {color: #000;}
#slidenav a {padding: 2px; display: inline;}
#slidenav a:focus {outline: none;}
#slidenav img {border: none; display: block}

.play {
	width:28px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../img/static/control_pause.jpg'); background-repeat:no-repeat;
	}

.play_hover {
	width:28px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../img/static/control_pause_hover.jpg'); background-repeat:no-repeat;
	}
	
.pause {
	width:28px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../img/static/control_play.jpg'); background-repeat:no-repeat;
	}

.pause_hover {
	width:28px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../img/static/control_play_hover.jpg'); background-repeat:no-repeat;
	}
	
.previous {
	width:28px;
	height:22px;
	background-image: url('../img/static/control_previous.jpg'); background-repeat:no-repeat;
	float:left;
	}

.previous_hover {
	width:28px;
	height:22px;
	background-image: url('../img/static/control_previous_hover.jpg'); background-repeat:no-repeat;
	float:left;
	}

.next {
	width:28px;
	height:22px;
	background-image: url('../img/static/control_next.jpg'); background-repeat:no-repeat;
	float:right;
	}
	
.next_hover {
	width:28px;
	height:22px;
	background-image: url('../img/static/control_next_hover.jpg'); background-repeat:no-repeat;
	float:right;
	}