/* 

jFlow Plus Demo CSS 

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


*/

#container {
	width: 550px	;
	height: 250px;
	position: relative;
	float:left;
	margin-left: 10px;
        background-color: #e1e1e1;
}

#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-size: 35px;
	font-style: italic;
	margin: 0 0 10px 0;
}

.jFlowSlideContainer a {
	color: #000;
	text-decoration: none;
	font:bold italic 13px Georgia;
}

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

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

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

.jFlowPrev div {
	background:url("../images/slider/arrows.png") no-repeat scroll 0px 0px transparent;
	height:42px;
	position:absolute;
	top:110px;
	left: 0px;
	width:22px;
	cursor:pointer;
	display:none;
}

.jFlowPrev div:hover {
	background-position: 0px -42px;
}

.jFlowNext div:hover {
	background-position: -22px -42px;
}

#mySlides .head{
    font-family: Georgia;
    font-size:12px;
    text-align:center;
    padding:10px 22px 10px 22px;
    line-height: 20px;
    
}

#mySlides .head3{
    font-size:13px;
    text-align:center;
    text-transform: uppercase;
    padding:0 22px;
}

#mySlides .desc{
    font-family: Arial;
    font-size:12px;
    padding:20px 22px 0 22px;
    font-style:italic;
}

#mySlides p{
    margin: 0;
    
}

#mySlides{
    display:none;
}