/* 

jFlow Plus Demo CSS 

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


*/

#container {
	width: 800px;
	height: 600px;
	position: relative;
	margin: 30px auto 0px;
}


.info { display:none;}

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

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

}

.jFlowSlideContainer a:focus {
	position: relative;
	
}

.jFlowNext  {
	position:absolute;
	right:20px; top: 275px;
	cursor:pointer;
	width:10px;
}

.jFlowPrev  {
float:left;
	left:20px; top: 275px;
	position:absolute;
	cursor:pointer;
	width:10px;
}

