#content {
	width: 960px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#jFlowSlide { float: left; margin-left: 0px;}

.jFlowSelected {
	border-bottom: 1px dotted #3f702a;
	padding-bottom: 5px;
}
.slide {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 960px;
	height: 250px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	float: left;
	text-align: left;
}

.slide a {
	font-weight: bold;
	color: #a8bf34;
}
.slide a:hover {
	font-weight: bold;
	color: #a8bf34;
	text-decoration: underline;
}


.sl1 {
	background-image: url(../img/l1.png);
	background-repeat: no-repeat;
	position: relative;
}

.sl1 h1 {
	width: 310px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 20px;
	line-height: 21px;
}

.sl1 h2 {
	width: 300px;
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	position: absolute;
	right: 30px;
	top: 60px;
	line-height: 18px;
}

.sl1 h3 {
	width: 300px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 90px;
	line-height: 18px;
}
.h4t  {
	width: 528px;
	text-align: left;
	color: #3f702a;
	position: absolute;
	left: 45px;
	top: 17px;
	font-weight: normal;
	line-height: 18px;
}
.sl2 {
	background-image: url(../img/l2.png);
	background-repeat: no-repeat;
	position: relative;
	}
.sl2 h1 {
	position: absolute;
	right: 30px;
	top: 12px;
}
.sl3 {
	background-image: url(../img/l3.png);
	background-repeat: no-repeat;
	position: relative;
}
.h5t  {
	width: 280px;
	color: #3f702a;
	text-align: center;
	position: absolute;
	left: 330px;
	top: 60px;
	font-weight: normal;
}

.img1 {
	position: absolute;
	right: 55px;
	top: 22px;
}
.img2 {
	position: absolute;
	left: 55px;
	top: 22px;
}
.sl4 {
	background-image: url(../img/l4.png);
	background-repeat: no-repeat;
	position: relative;
	}

.h6t  {
	width: 220px;
	text-align: right;
	color: #3f702a;
	position: absolute;
	right: 45px;
	top: 60px;
	font-weight: normal;
}

.flowctrl {
	margin-left: 100px;
}

#controller {
	float: left;
	clear: left;
	width: 100%;
	height: 30px;
}
#controller span {
	width: auto;
	display: block;
	float: left;
	text-align: left;
}
#controller .flowprev, #controller .flownext{
	width: auto;
}
#controller span a {
	display: block;
	line-height: normal;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #3f702a;

}
#controller span a b {
	font-size: 9px;
	font-weight: normal;
	color: #666;
	padding-right: 10px;
}

