#prettyslider {
  float:left;
  max-width:none !important;
  /*width:66.3%;*/
  width:100%;
  height:350px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #dddddd;
  border-bottom-color:#c4c4c4;
  background:#ffffff;
  clear:both;
  position:relative;
  margin:0 auto 10px;
  max-width:100%;
  padding:5px;
  -webkit-text-size-adjust:100%;
}
#prettyslider #prettyslider_container { overflow:hidden; }
#prettyslider a { text-decoration:none; }
#prettyslider a:active { background:none; }
#prettyslider .prettyslider_slide {
  height:338px;
  background:#ffffff;
  float:left;
  width:100%;
  position:relative;
  overflow:hidden;
}
#prettyslider .prettyslider_slide img {
  display:block;
  max-width:100%;
  margin:0 auto;
}
#prettyslider .prettyslider_caption {
  background-color:rgba(255,255,255,0.8);
  border-color:rgba(255,255,255,0.8);
  border-style:solid;
  border-width:1px 0 0;
  height:35px;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:10px;
  background:#ffffff \9;
  border-color:#ffffff \9;
}
#prettyslider .prettyslider_title {
  color:#888888;
  font-family:Arial, sans-serif;
  font-size:16px;
  height:18px;
  line-height:18px;
  text-align:left;
  overflow:hidden;
  margin:0 0 2px;
  padding:0;
}
#prettyslider .prettyslider_subtitle {
  color:#888888;
  font-family:Arial, sans-serif;
  font-size:12px;
  height:16px;
  line-height:16px;
  text-align:left;
  overflow:hidden;
  margin:0;
  padding:0;
}
#prettyslider .prettyslider_button {
  background-color:#99ba01;
  background-image:-moz-linear-gradient(top,#a6cb01,#85a201);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#a6cb01),to(#85a201));
  background-image:-webkit-linear-gradient(top,#a6cb01,#85a201);
  background-image:-o-linear-gradient(top,#a6cb01,#85a201);
  background-image:linear-gradient(to bottom,#a6cb01,#85a201);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6ca01', endColorstr='#ff85a201', GradientType=0);
  color:#ffffff;
  text-shadow:1px 1px 0 #708901;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #85a201;
  border-bottom-color:#5b6f01;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  display:block;
  position:absolute;
  right:10px;
  bottom:12px;
  font-family:Arial, sans-serif;
  font-size:12px;
  width:100px;
  height:12px;
  line-height:12px;
  text-align:center;
  margin:0;
  padding:8px;
}
#prettyslider .prettyslider_button:hover, #prettyslider .prettyslider_button:focus {
  -webkit-transition:background-position 0.2s linear;
  -moz-transition:background-position 0.2s linear;
  -o-transition:background-position 0.2s linear;
  transition:background-position 0.2s linear;
  background-color:#85a201;
  background-position:0 -16px;
}
#prettyslider .prettyslider_button:active {
  -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  background-image:none;
  background-color:#85a201;
}
#prettyslider .prettyslider_button:active { background-color:#5b6f01; }
#prettyslider #prettyslider_prev, #prettyslider #prettyslider_next {
  display:block;
  position:absolute;
  top:50%;
  color:#a09380;
  font-family:Arial, sans-serif;
  font-size:50px;
  font-weight:700;
  line-height:50px;
  margin-top:-25px;
  z-index:10;
}
#prettyslider #prettyslider_prev { left:15px; }
#prettyslider #prettyslider_next { right:15px; }
#prettyslider #prettyslider_prev.disabled, #prettyslider #prettyslider_next.disabled { display:none !important; }
#prettyslider #prettyslider_pagination {
  position:absolute;
  top:15px;
  right:15px;
  height:14px;
  text-align:right;
  z-index:10;
}
#prettyslider #prettyslider_pagination a {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.5);
  box-shadow:inset 0 2px 2px rgba(0,0,0,0.5);
  display:inline-block;
  background:#d7d1c9;
  width:14px;
  height:14px;
  margin:0 3px;
}
#prettyslider #prettyslider_pagination a.selected {
  background:#a09380;
  cursor:default;
}
#prettyslider #prettyslider_pagination span { display:none; }
#prettyslider_editorial {
  float:right;
  max-width:none !important;
  width:32.4%;
  height:350px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #dddddd;
  border-bottom-color:#c4c4c4;
  background:#ffffff;
  margin:0 auto 10px;
  max-width:100%;
  padding:15px;
  overflow:hidden;
  -webkit-text-size-adjust:100%;
}
#prettyslider_editorial p {
  color:#888888;
  font-style:inherit;
  margin:5px 0;
  padding:0;
}
#prettyslider_editorial .legend { margin:0 0 5px; }
#prettyslider_editorial h1 {
  background:none;
  border:0;
  color:#85a201;
  font-size:22px;
  line-height:26px;
  margin:15px 0;
  padding:0;
  text-shadow:none;
}
#prettyslider_editorial h2 {
  background:none;
  border:0;
  color:#888888;
  font-size:18px;
  line-height:22px;
  margin:0 0 30px;
  padding:0;
  text-shadow:none;
}
#prettyslider_editorial h1, #prettyslider_editorial h2 { filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }
