.wrapper{
  padding-left: 28px;
}

#slider {
  width: 703px;
  height: 182px;
  overflow: hidden;
  margin-top: 10px;
}

.slide_left_part {
  float: left;
  text-align:left;
  width: 283px;
  height: 182px;
  overflow: hidden;
}

.slide_right_part {
  float: left;
  text-align:left;
  width: 420px;
  height: 182px;
}

.slide_right_part .sliderTitle{
  font-size: 18pt;
  color: #FF0000;
}

.slide_right_part .s_text {
  width: 400px;
  color: #3D7CA5;
  font-size: 8pt;
  line-height: 150%;
  overflow: hidden;
}

A.learnMore:link, A.learnMore:visited {
  font-style: Italic;
  font-weight: bold;
}

.slider_nav {
  height: 40px;
  width: 880px;
  padding: 2px 0  2px 0;
  margin-top: 0px;
  display: inline-block;
  cursor: pointer;
}

.slide_nav_on {
  float: left;
  width: 164px;
  height: 32px;
  background: url(../images/slider_nav_on.jpg) repeat-x center;
  margin-right: 2px;
  padding: 6px 5px 5px 5px;
  overflow: hidden;
}

.slide_nav_off {
  float: left;
  width: 164px;
  height: 32px;
  background: url(../images/slider_nav.jpg) repeat-x center;
  margin-right: 2px;
  padding: 6px 5px 5px 5px;
  overflow: hidden;
}

.slide_nav_off a{
  color: #4782B4;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

.slide_nav_on a, a.activeSlide {
  color: #FFF;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

