/* 

jFlow Plus Demo CSS 

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


*/


#slider {
	width: 600px;
/*	height: 450px;
*/	position: relative;
	margin: 0 auto;
	top:25px;
}


#feature1 span, #feature2 span, #feature3 span {
/*	background: url("../images/contentBg.png") repeat top left transparent;
*/	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
}

#feature1 h1, #feature2 h1, #feature3 h1 {
	font-family: Georgia, serif;
	color: #FFF;
	font-size: 25px;
	font-style: italic;
	margin: 0 0 0px 0;
}

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

.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:310px;
	right: -60px;
	width:70px;
	cursor:pointer;
}

.jFlowPrev div {
	background:url("../images/arrows.png") no-repeat scroll -74px -35px transparent;
	height:130px;
	position:absolute;
	top:310px;
	left: -50px;
	width:70px;
	cursor:pointer;
}

.jFlowPrev div:hover {
	background-position: -74px -235px;
	left: -50px;
}

.jFlowNext div:hover {
	background-position: 0px -235px;
	right: -60px;
}
