/* 

jFlow Plus Demo CSS 

Description: Demonstation CSS for jFlow Plus
Creator: Devin Walker
Date: July 29, 2010


*/

#container {
	width: 631px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#slide1 span, #slide2 span, #slide3 span {
	background: url("../images/contentBg.png") repeat top left transparent;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;

	
}

#slide1 h3, #slide2 h3, #slide3 h3 {
	font-family: Georgia, serif;
	color: #FFF;
	font-size: 35px;
	font-style: italic;
	margin: 0 0 10px 0;
}

#slide1 p, #slide2 p, #slide3 p {
	font-family: Georgia, serif;
	color: #FFF;	
	margin: 0;
}

.jFlowSlideContainer a {
	color: #F90;
	text-decoration: none;
	font-style: italic;
}

.jFlowSlideContainer a:hover {
	text-decoration: none;
}

.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}

.jFlowNext div {
	background:url("../images/Navigation/right.png") no-repeat scroll 0 0 transparent;
	height:21px;
	width:21px;
	cursor:pointer;
	float: right;
	padding-right: 10px;
}

.jFlowPrev div {
	background:url("../images/Navigation/left.png") no-repeat scroll 0 0 transparent;
	height:21px;
	width:21px;
	cursor:pointer;
	float: left;
}

.jFlowPrev div:hover {
	background:url("../images/Navigation/left_red.png") no-repeat scroll 0 0 transparent;
}

.jFlowNext div:hover {
	background:url("../images/Navigation/right_red.png") no-repeat scroll 0 0 transparent;
}

.jFlowControl {
	color:#CCC;
	cursor:pointer;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

	
.jFlowSelected {
	color:red;
	cursor:pointer;
	}
#myController li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: inline;
	text-align: center;
	font-weight: bold;
}
