#myController span {
	color:#FFF;
	margin-right:6px;
	cursor:pointer;
	background: url(image/overlay.png) top left;
	font-weight: bold;
}
#mySlides{
		height:259px;
}
#jFlowSlide {
	border: 0;
}
#myController span.jFlowSelected {
	background:#448D43;
}
.jFlowPrev, .jFlowNext {
	cursor:pointer;
}
.jFlowControl {
	padding: 3px 10px;
	position: relative;
	top: -38px;
	left: 12px;
}
.slide {
	width:518px;
	position: relative;
	overflow:hidden;
	margin-right:10px;
	height:259px;
	display:none;
}
.slide img {
	width:518px;
	height:259px;
}
.panel-overlay {
	background: url(image/overlay.png) top left;
	width: 260px;
	height: 100px;
	position: absolute;
	top: 105px;
	left: 12px;
	float: left;
	padding: 10px;
	padding-bottom: 0px;
	overflow: hidden;
}
.slide .title {
	font-size:22px;
	padding:6px 0;
	font-weight:bold;
}
.slide p {
	line-height:150%;
}
.slide .title, .slide p {
	color: #fff;
	margin: 0;
	font-size:14px;
}
.slide p a {
	color: #C2E8FE;
	font-weight: bold;
	text-decoration: underline;
}
.slide p a:hover {
	color: #C2E8FE;
	text-decoration: none;
}
.slide .title a {
	color:#ffffff;
	text-decoration:none;
}
.slide .title a:hover {
	text-decoration:underline;
}
#mySlides {
	position:relative;
}
#slideshow {
	overflow:hidden;
}

