/* Copyright (c) 2010 WordImpressed.com jFlow Plus derived from Kean Loong Tan's orgininal jFlow http://www.wordimpressed.com

 * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)

 * jFlow 2.0 (Plus)

 * Version: jFlow Plus

 * Requires: jQuery 1.+

 */

#sliderContainer { 
	width: 435px;
	height: 180px;
	position: relative;
	margin: 0 auto;
	float: right;
	background-color:#ffffff;
	visibility: hidden
}

.slideContent {  
	background:url("../images/contentBg.png") repeat scroll 0 0 transparent;
	position: absolute;
	bottom:0px;
	right:0px;
	padding: 10px;
	width: 435px; 
}

.slide h3 {  
	font-family: Georgia, serif;
	color: #FFF; font-size: 15px;
	font-style: italic; 
	margin: 0 0 1px 0; 
}

.slide p {  
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	margin: 0;
	padding:7px;
	width: 419px;
}

.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 { 
	height:130px; 
	position:absolute; 
	top:75px; 
	right: -50px; 
	width:50px; 
	cursor: pointer; 
	display: none;
}

.jFlowPrev { 
	height:130px; 
	position:absolute; 
	top:75px; 
	left: -50px;
	width:50px; 
	cursor:pointer; 
	display: none; 
}

.jFlowPrev:hover { 
	background-position: -84px -235px;
	display: none;
}

.jFlowNext:hover { 
	background-position: 0px -235px;
	display: none
}


/* controller pagination */

#myPager {
	position: absolute;
	top: 150px;
	right: 337px;
	width: 200px;
}

#myController {
	position: absolute;
	/* top: 45px; */
	right: 45em;
	width: 21em;
	top: 2em !important; 
}

#myController span.jFlowControl p a { 
	color: #fff;
	font-family: Arial,sans-serif;
    	font-size: 1.6em;
    	font-weight: normal;
	text-decoration:none;
}
	
#myController span.jFlowControl p a:hover { color: #D4A994;
    	font-family: Arial,sans-serif;
    	font-size: 1.6em;
    	font-weight: normal;
	text-decoration:none;
}

.jPager {
	height: 10px;
	width: 10px; 
	float: left; 
	border: 1px solid #ebebeb;
	color: #993300; 
	text-indent: -10000px; 
	background-color:#993300; 
	margin-right: 7px;
}

.jFlowControl {
	float: none; 
	border: 0px solid #ebebeb; 
	color: #fff; 
	text-indent: 0px; 
	background-color:#993300; 
	margin-right: 7px;
	display: none;
}

.jPager:hover {
	background-position: -32px 0px;
	cursor: pointer; 
	background-color:#FFFFFF; 
}

.jFlowControl:hover { 
	background-position: -32px 0px;
	cursor: pointer; 
}

.jPagerSelected, .jPagerSelected:hover {
	background-position: -15px 0px;
	background-color: #FFFFFF !important;  
}

.jFlowSelected, .jFlowSelected:hover {
	background-position: -15px 0px;
	background-color: #993300 !important; 
	display: block;
}
   
.jPager.jFlowSelected { background-color:#FFFFFF !important;}