body {
	cursor: default;
}

#navigation {
	height			: 120px;
	padding			: 0px 0px 10px 0px;
	clear			: both;
	cursor			: default;
}

#photo {
	width			: 580px;
	height			: 320px;
	margin			: 0px 0px 0px 0px;
	display			: inline;
}

#title {
	width			: 570px;
	height			: 40px;
	margin			: 0;
	padding			 :0 10px 0 0;
	color			: #FFFFFF;
	font-size		: 11px;
	line-height		: 38px;
	font-family		: arial, sans-serif;
	text-align		: right;
	letter-spacing	: 0.05em;
	text-transform	: uppercase;
	background		: #880000;
	position		: absolute;
	bottom			: 0;
	left			: 0;
	-khtml-opacity	: .80;
	-moz-opacity	: .80; 
	-ms-filter		: ”alpha(opacity=80)”;
	filter			: alpha(opacity=80);
	opacity			: .80;
}

#subtitle {
	margin			: 5px 0px 0px 0px;
	color			: #999;
	font			: normal 10px arial, sans-serif;
	text-align		: left;
	height			: 40px;
	overflow		: hidden;
}

#subtitle a {
	color: #666666;
}

/* 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: 580px;
	min-height: 320px;
	height:320px;
	position:relative;
}

#frame {
}

.slider {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border:0;
}
.slider .sliderbutton {
	margin-top: 0 !important;
}

#sl0base {
	background: url(/assets/images/slideflow_images/slideflowslider-bg.gif) repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#sl0slider {
	background: url(/assets/images/slideflow_images/seekslider.gif) no-repeat;
	margin-top: 0px;
	float :left;
	cursor: default;
}

#sl0slider:hover, #sl0slider.hover {
	background: url(/assets/images/slideflow_images/seekslider-hover.gif) no-repeat;
}

