.JQuerySliderShow {
  display: block;
}
.JQuerySliderHide {
  display: none;
}
.JQSlider {
  position: relative;
  text-align: left;
}
/* reset slider inner li*/
.JQSlider li li {
  width: auto;
  height: auto;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
/* content style start */
#JQuerySlider1 .header {
	border-left: 0px none #0066cc;
	border-top: 0px none #0066cc;
	border-bottom: 0px none #0066cc;
	border-right: 0px none #0066cc;
	padding: 0px 0px 0px 0px;
	color: #0f0f0f;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}
#JQuerySlider1 .subheader {
  border-left: 0px none #0066cc;
  border-top: 0px none #0066cc;
  border-bottom: 0px none #0066cc;
  border-right: 0px none #0066cc;
  padding: 0px 0px 0px 0px;
  color: #000000;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 100%;
}
#JQuerySlider1 .paragraph {
	border-left: 0px none #0066cc;
	border-top: 0px none #0066cc;
	border-bottom: 0px none #0066cc;
	border-right: 0px none #0066cc;
	padding: 0px 0px 0px 0px;
	color: #5D573D;
	text-align: left;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
/* content style end */
/* content style end */
#JQuerySlider1Container {
  border-left: 0px none #0066cc;
  border-top: 0px none #0066cc;
  border-bottom: 0px none #0066cc;
  border-right: 0px none #0066cc;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 710px;
  height: 301px;
  color: #000000;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
}
#JQuerySlider1 {
  width: 710px;
  height: 301px;
  overflow: hidden;
}
#JQuerySlider1 img {
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
}
#JQuerySlider1 ul, #JQuerySlider1 li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
#JQuerySlider1 li {
  width: 710px;
  height: 301px;
}
/*	inner back button positioning */
#JQuerySlider1_back_in {
  position: absolute;
  top: 13px;
  left: 35px;
}
/*	inner back button normal state */
#JQuerySlider1_back_in {
  background: transparent url('../../images/slider_prev_button.png') no-repeat left top scroll;
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  border-left: 0px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  padding: 0px 0px 0px 0px;
  width: 11px;
  height: 8px;
  cursor: pointer;
  right: auto;
  bottom: auto;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
/*	inner back button hover state */
#JQuerySlider1_back_in.hover {
  background: transparent url('../../images/slider_prev_button.png') no-repeat left top scroll;
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  border-left: 0px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 11px;
  height: 8px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
/*	inner next button positioning */
#JQuerySlider1_next_in {
  position: absolute;
  top: auto;
  left: 35px;
}
/*	inner next button normal state */
#JQuerySlider1_next_in {
  background: transparent url('../../images/slider_next_button.png') no-repeat left top scroll;
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  border-left: 0px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  padding: 0px 0px 0px 0px;
  width: 11px;
  height: 8px;
  cursor: pointer;
  right: auto;
  bottom: 13px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
/*	inner next button hover state */
#JQuerySlider1_next_in.hover {
  background: transparent url('../../images/slider_next_button.png') no-repeat left top scroll;
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  border-left: 0px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 11px;
  height: 8px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
/*	nav bar resets */
#JQuerySlider1_navbar_in, #JQuerySlider1_navbar_in ul, #JQuerySlider1_navbar_in li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  width: auto;
  height: auto;
}
/*	nav bar container */
#JQuerySlider1_navbar_in {
  position: absolute;
  top: 0px;
  left: 0px;
}
/*	nav bar container */
#JQuerySlider1_navbar_in {
  background: transparent url('../../images/slider_bar.png') no-repeat left top scroll;
  border-left: 0px solid #666666;
  border-top: 0px solid #666666;
  border-bottom: 0px solid #666666;
  border-right: 0px solid #666666;
  padding: 45px 0px 45px 6px;
  overflow: hidden;
  width: 83px;
  height: 220px;
  left: 0px;
  bottom: auto;
  right: auto;
}
/*	nav bar ul */
#JQuerySlider1_navbar_in ul {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
}
/*	nav bar element container */
#JQuerySlider1_navbar_in li {
  float: left;
  padding-right: 0px;
  padding-bottom: 7px;
}
/*	nav bar element normal state */
#JQuerySlider1_navbar_in li a {
  background: transparent none no-repeat left top scroll;
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  border-left: 0px none #000000;
  border-top: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 71px;
  height: 65px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
#JQuerySlider1_navbar_in li a span {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
#JQuerySlider1_navbar_in li a span.title {
  font: normal normal bold 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
}
/*	nav bar element hover state */
#JQuerySlider1_navbar_in li a.hover {
  background: transparent none no-repeat left top scroll;
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  border-left: 0px none #000000;
  border-top: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 71px;
  height: 65px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
#JQuerySlider1_navbar_in li a.hover span {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
#JQuerySlider1_navbar_in li a.hover span.title {
  font: normal normal bold 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
}
/*	nav bar element active state */
#JQuerySlider1_navbar_in li a.active {
  background: transparent none no-repeat left top scroll;
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  border-left: 0px none #000000;
  border-top: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 71px;
  height: 65px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
#JQuerySlider1_navbar_in li a.active span {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
#JQuerySlider1_navbar_in li a.active span.title {
  font: normal normal bold 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
}
#JQuerySlider1 .ContentBox_1_slide1 {
	background: transparent none no-repeat left top scroll;
	border-left: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 0px none #000000;
	border-right: 0px none #000000;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#JQuerySlider1 .ContentBox_1_slide2 {
	background: transparent none no-repeat left top scroll;
	border-left: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 0px none #000000;
	border-right: 0px none #000000;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#JQuerySlider1 .ContentBox_1_slide3 {
	background: transparent none no-repeat left top scroll;
	border-left: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 0px none #000000;
	border-right: 0px none #000000;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#JQuerySlider1 .ContentBox_1_slide4 {
	background: transparent none no-repeat left top scroll;
	border-left: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 0px none #000000;
	border-right: 0px none #000000;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
