﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ffffff;
	color: #000000;
	font-family: helvetica;
	text-align: center;

}

.hidden
{
display: none;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
	background-color: #000;
}

#wrap-content {
	margin: 0 auto;
	width: 1000px;
	padding: 15px;
	text-align: left;
	background-color: #ccc;
}

/* Nav */
.jFlowPrev,
.jFlowNext {
	width: 176px;
	height: 480px;
	float: left;
	display: inline-block;
	background-color: #000;
	border-right: 4px solid #fff;
	position: relative;
}

.jFlowNext {
	float: right !important;
	border-left: 4px solid #fff;
	border-right: 0 !important;
}

/* IMG buttons */
.jFlowPrev img,
.jFlowNext img {
	position: absolute;
	top: 180px;
	left: 25px;
	display: inline-block;
}

.jFlowNext img {
	position: absolute;
	left: 30px;
}

/* Photo block */
#jFlowSlide {
	margin: 0 auto;
	width: 640px;
	height: 480px;
	overflow: hidden;
}


p {
	margin: 0;
	padding: 0 10px;
	font-size: 1.5em;
	color: white;
	position: relative;
	top: -50px;
	line-height: 50px;
	height: 50px;
	background: black;
	opacity: .7;
	filter:alpha(opacity=70);
}

#footer {
	margin: 0;
	padding: 10px;	
	text-align: center;
	font-size:12px;
}
H1 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size:40px;
}

H2 {
	margin-top:-10px;
	margin-bottom: 15px;
	font-size:16px;
}

#header {
	margin: 0;
	padding: 10px;	
	text-align: center;
	color: #000;
}

.breadcrumb {
	font-size: 13px;
	display: inline-block;
}

.breadcrumb a {
	font-size: 13px;
}