body {
	cursor: default;
}

#navigation {
	clear:both;
	border-bottom: 1px solid #d6d6dd;
	margin-left:15px;
	margin-right:15px;
	padding: 0px 0px 10px 0px;
	height:120px;
	cursor: default;
}

#photo {
	width: 400px;
	height: 200px;
	margin: 2px 2px 10px 2px;
	display: inline;
}

h1#title {
font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
color: #0b69b3;
font-size: 13px;
font-weight: bold;
text-align: center;
margin: 2px;
float:right;
text-align: left;
left: 475px;
position: absolute;
width: 215px;
}

h2#subtitle {
font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
color: #000000;
font-size: 12px;
font-weight: normal;
text-align: center;
margin: 2px;
float:right;
text-align: left;
left: 475px;
position: absolute;
width: 215px;
margin-top: 20px;
}

h2#subtitle a {
	color: #0b69b3;
	font-weight: bold;
}

#footer {
	padding: 8px;
	text-align: right;
}

#footer a {
        font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
        color: #666666;
        font-size: 10px;
}

/* photo must be inline for the margins to work in IE6, so we require a block wrapper for horizontal centering */
#wrapper {
	margin: 0px auto;
	display: block;
	width: 400px;
	min-height: 200px;
}

#frame {
	border: none;
}

.slider {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border:0;
}
.slider .sliderbutton {
	margin-top: 0 !important;
}

#sl0base {
	background: url(../images/slideflowslider-bg.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#sl0slider {
	background: url(../images/seekslider.gif) no-repeat;
	margin-top: 6px;
	float :left;
	cursor: default;
}

#sl0slider:hover, #sl0slider.hover {
	background: url(../images/seekslider-hover.gif) no-repeat;
}

