/* 

jFlow Plus Demo CSS 

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


*/

#jFlowContainer 
{
	position: relative;
	margin: 0 0;
	width: 400px;
	width: 720px;
	margin-left: 40px;
}

#mySlides
{
	text-align: center;	/*	Centers the image	*/
}

#mySlides span
{
	background: url("../images/contentBg.png") repeat top left transparent;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	width: 660px;
}

#mySlides h3
{
	font-family: Georgia, serif;
	color: #FFF;
	font-size: 35px;
	font-style: italic;
	margin: 0 0 10px 0;
	text-align: center;
}

#mySlides p {
	font-family: Georgia, serif;
	color: #FFF;	
	margin: 0;
	text-align: justify;
}

#mySlides a {
	color: inherit;
	text-decoration: none;
	font-style: italic;
}

#mySlides a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#mySlides a:focus {
	position: relative;
	top: 1px;
}

.jFlowNext div {
	background:url("../images/arrows.png") no-repeat scroll 0 -35px transparent;
	height:130px;
	position:absolute;
	top:110px;
	right: -50px;
	width:50px;
	cursor:pointer;
}

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

.jFlowPrev div:hover {
	background-position: -84px -235px;
}

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

#IEError
{
	display: none;
}
