#slider-wrapper {
	width: 1024px;
	height: 470px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	overflow: visible;
	background-color: #000000;
}

#s1 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s2 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s3 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s4 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  opacity: .50;
}

.inner-wrapper {
  width: 1024px;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.control {
  display: none;
}

#Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}

#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper {
	width: 400%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -1px;
	overflow-y: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slide img {
  width: 25%;
  float: left;
}

#wrapping {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica;
}
#wrapping .lft {
	width: 200px;
	float: left;
	height: auto;
	font-family: Helvetica;
	font-size: 24px;
	text-align: left;
}
#wrapping .rgt {
	width: 810px;
	float: right;
	height: auto;
	font-family: Helvetica;
}
#wrapping .rgt .tp {
	height: 30px;
	width: 810px;
	border: 1px solid #333;
	color: #FFF;
	background-color: #005826;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: Helvetica;
	float: none;
}
#wrapping .rgt .tp h4 {
	font-family: Helvetica;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 810px;
}
#wrapping .rgt .hld {
	height: auto;
	width: 810px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Helvetica;
}

#wrapping .rgt .bt {
	height: 10px;
	width: 810px;
	border: 1px solid #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-family: Helvetica;
}
#wrapping .lft p b i a {
	color: #005826;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
}
#wrapping .lft p b i a:hover {
	color: #005826;
	font-family: Helvetica;
	
}
#wrapping .lft p b {
	font-family: Helvetica;
	color: #005826;
	font-size: 20px;
	text-decoration: none;
	font-weight: bolder;
}
#wrapping .rgt .hld {
	font-family: Helvetica;
	font-size: 18px;
	color: #005826;
	text-decoration: none;
	font-weight: bold;
}
#wropper #wrapping .rgt div img {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica;
}

#wrp {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica;
}
#wrp table tr td {
	font-family: Helvetica;
	color: #005826;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
}

#wrp {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica;
}
#wrp table tr td {
	font-family: Helvetica;
	color: #333333;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.kkk {
	color: #333333;
	text-decoration: none;
	font-family: Helvetica;
}
.k {
	color: #333333;
	text-decoration: none;
	font-family: Helvetica;
}
.link {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica;
}
.link:hover {
	color: #005826;
	font-family: Helvetica;
}

.bullet{
	margin-right: auto;
	margin-left: auto;
	width: 500px;	
	}#wropper #wrapper .left .holder #news #main_ns div table tr td p {
	text-align: center;
	font-family: Helvetica;
}
#wrapping .rgt .hld #wrp table tr td p {
	font-size: 18px;
	font-family: Helvetica;
}
#wropper #wrapping .rgt .hld #wrp table tr td .TXT .link .link {
	font-family: Helvetica;
}
#wropper #wrapping .lft p {
	font-size: 16px;
	font-family: Helvetica;
}
#wropper #wrapping p img {
	float: right;
	font-family: Helvetica;
}
#wropper #wrapping .rgt .hld #wrp table {
	text-align: center;
	font-family: Helvetica;


}
.U {
	text-decoration: underline;
	font-family: Helvetica;
}
#wropper #wrapping .rgt .hld p img {
	float: left;
	text-align: center;
	font-family: Helvetica;
}
#wropper #wrapping .rgt .hld #wrp table tr td .link b i .link {
	text-align: center;
	font-family: Helvetica;
}
