/* 




*/

#container {
	width: 900px;
	height: 450px;
	position: relative;
	margin: 0 auto;
	border-top-style: none;
	border-bottom-style: none;
}

#slide1 span, #slide2 span, #slide3 span {
	background: url("../images/contentBg.png") repeat top left transparent;
	position: absolute;
	bottom: 17px;
	right: 96px;
	padding: 10px;
}

#slide1 h3, #slide2 h3, #slide3 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 35px;
	font-style: normal;
	margin: 0 0 10px 0;
}

#slide1 p, #slide2 p, #slide3 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
}

.jFlowSlideContainer a {
	color: #0084F0;
	text-decoration: underline;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.jFlowSlideContainer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}

.jFlowNext div {
	background: url("../images/arrows.png") no-repeat scroll 0 -35px transparent;
	height: 130px;
	position: absolute;
	top: 145px;
	right: -7px;
	width: 50px;
	cursor: pointer;
}

.jFlowPrev div {
	background: url("../images/arrows.png") no-repeat scroll -84px -35px transparent;
	height: 130px;
	position: absolute;
	top: 146px;
	left: -5px;
	width: 50px;
	cursor: pointer;
}
