/* 

jFlow Plus v2 Demo CSS 

Description: Demonstation CSS for jFlow Plus

Creator: Devin Walker

Date: July 29, 2010


*/

#sliderContainer {
	width: 885px;
	height: auto;
	position: relative;
	margin: 0px auto;
}
.slideContent {
	background: url("images/contentBg.png") repeat scroll 0 0 transparent;
	bottom: 0;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	right: 0;
    top: 490px;
    width: 865px;
	height:90px;
	text-align:justify;
	}
.slide h3 {
	font: 26px/1em 'Arial', serif;
	font-weight:bold;
	color: #FFF;
	margin: 0 0 5px 0;
}
.slide p {
	font-size: 13px;
	color: #FFF;
	margin: 0;
}
.jFlowSlideContainer {
	overflow: hidden;
}
.jFlowSlideContainer a {
	color: #F90;
	text-decoration: none;
	font-style: italic;
}
.jFlowSlideContainer a:hover {
	text-decoration: none;
}
.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}
.jFlowNext {
	background: url("images/freccine.png") no-repeat scroll 0 -35px transparent;
	cursor: pointer;
	height: 130px;
	position: absolute;
	right: -65px;
	top: 220px;
	width: 45px;
}
.jFlowPrev {
	background: url("images/freccine.png") no-repeat scroll -84px -35px transparent;
	cursor: pointer;
	height: 130px;
	left: -70px;
	position: absolute;
	top: 220px;
	width: 50px;
}
.jFlowPrev:hover {
	background-position: -84px -235px;
}
.jFlowNext:hover {
	background-position: 0px -235px;
}
/* controller pagination */

#myController {
	position: absolute;
	top: 90px;
	right: 5px;
	display:none;
}
.jFlowControl {
	background:url("images/bullet.png") no-repeat scroll 0px 0px transparent;
	float: left;
	width: 15px;
	height: 15px;
}
.jFlowControl:hover {
	background-position: -32px 0px;
	cursor: pointer;
}
.jFlowSelected, .jFlowSelected:hover {
	background-position: -15px 0px;
}
