/*#jFlowSlide{ font-family: Arial, Helvetica, sans-serif; margin-top:35px; background-color:#FFFFFF;}
#myController { font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; width:555px; background:#0a8b43; margin-top:1px; height:25px; }
#myController span.jFlowSelected { background:#086732;margin-right:0px;}

.slide-wrapper { width:550px; }
.slide-thumbnail { width:205px; float:left; }
.slide-details { width:300px; float:right; margin-left:0; margin-top:15px;}
.slide-details h2 { font-size:20px; font-style: normal; font-weight:normal; line-height: 1; margin:0; color:#3c3c3c; }
.slide-details .description { margin-top:10px; }

.jFlowControl { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; display:block; width:10px; height:20px; float:left; padding-top:5px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #086732; }

.jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:5px; display:block; width:60px; float:left; height:20px; text-align:center; }

.jFlowAllP { width:170px; background-color:#086732; float:right; text-align:center; height:19px; padding-top:6px; }

.jFlowAllP a, .jFlowAllP a:visited { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; font-weight:bold; }

.jFlowAllP a:hover, .jFlowAllP a:visited:hover { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:underline;font-weight:bold; }*/




#jFlowSlide{ 
	/*background:#ccc;*/
	width: 960px;
	height: 329px;
	/*background:url(../../images/hp_welcome_banner.jpg) no-repeat;*/
	font-family: Georgia;
	/*position:relative;*/
}

#myController{
	position:relative;
	bottom: 40px;
	left: 775px;
	font-family: Georgia;
	width:190px;
	height: 25px;
	/*z-index: 300;*/
}

/*#myController span{
	margin-top: -50px;
	height: 25px;
	padding: 0;
}*/

#myController span.jFlowSelected{
	/*background:#43A0D5;margin-right:0px;*/
	background: url(../../images/hp_main_banner_option_bg_selected.png) no-repeat top;
}
   
.slide-wrapper{
	padding: 5px;

}

/*.slide-thumbnail{
	width:300px; float:left;
}

.slide-thumbnail img{
	max-width:300px;
}

.slide-details{
	width:290px; float:rightright; margin-left:10px;
}

.slide-details h2{
	font-size:1.5em;
	font-style: italic;
	font-weight:normal;
	line-height: 1;
	margin:0;
}

.slide-details .description{
	margin-top:10px;
}*/
   
.jFlowControl{
	background: url(../../images/hp_main_banner_option_bg.png) no-repeat top;
	margin-right:8px;
	display: inline-block;
	cursor:pointer;
}

.jFlowPrev{
	display:none;
	/*color:#FFF;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;*/
}

.jFlowNext {
	display:none;
	/*color:#FFF;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;*/
}

.jFlowControl:hover{
	/*background: #43A0D5;*/
}

.jFlowPrev:hover{
	/*background: #43A0D5;*/
}

.jFlowNext:hover{
	/*background: #43A0D5;*/
}