#ja-contentsliderwrap {
  margin: 0 0 20px 0;
  padding: 0;
  background: url(../images/corner-br.gif) no-repeat bottom right;
}
div.ja-wrap1 {
  background: url(../images/corner-bl.gif) no-repeat bottom left;
}
div.ja-wrap2 {
  background: url(../images/corner-tr.gif) no-repeat top right;
}
div.ja-wrap3 {
  background: url(../images/corner-tl.gif) no-repeat top left;
  padding: 10px 0 0 0;
}
.ja-contentslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("../images/gray-border-bg.png") repeat-y left top;
  top: 115px;
}
.ja-contentslider.has-module-title {
  top: 0;
}
#ja-contentsliderwrap div.moduletable {
  margin: 0;
  padding: 0;
}
.ja-contentslider-center {
  margin: 0;
  padding: 0;
  position: relative;
}
div.ja_slidetitle {
  font-size: 85%;
  position: relative;
  margin-left: 40px;
}
div.ja_slidetitle:before {
  background: url("../images/arrow-blockquote.png") no-repeat center top;
  width: 10px;
  height: 6px;
  position: absolute;
  content: "";
  bottom: 36px;
  left: 20px;
}
.ja_slideintro {
  padding: 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-left: 40px;
}
#ja-contentsliderwrap .ja_slideintro {
  padding: 10px 5px 0;
}
div.ja-slidereadmore {
  margin: 10px 0 0;
}
.ja-contentslider-center span {
  margin: 0;
  padding: 0;
}
.ja-contentslider-center img {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0;
  padding: 3px;
  overflow: hidden;
}
.ja-contentslider-center div.ja-image-holder {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0;
  padding: 3px;
}
.ja-contentslider div.ja-button-control {
  height: 28px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ja-button-control .ja-text-heading {
  font-weight: bold;
  padding: 5px;
}
.ja-button-control a {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  color: #888;
}
.ja-button-control a:hover,
.ja-button-control a:active,
.ja-button-control a:focus {
  text-decoration: none;
  
  color: #fff;
  background: #444;
}
.ja-button-control a.active {
  text-decoration: none;
  
  color: #333;
  background: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.ja-contentslider-left,
.ja-contentslider-right {
  background: url("../images/bc-lr.png") no-repeat top right;
  position: absolute;
  height: 20px;
  right: 0;
  top: 0;
  width: 20px;
}
.ja-contentslider-left {
  background: url("../images/bc-lr.png") no-repeat top left;
  right: 25px;
}
.ja-contentslider-left:hover,
.ja-contentslider-right:hover {
  background: url("../images/bc-lr.png") no-repeat bottom right;
  cursor: pointer;
}
.ja-contentslider-left:hover {
  background: url("../images/bc-lr.png") no-repeat bottom left;
}
.ja-button-control strong {
  font-size: 110%;
  padding-left: 20px;
  line-height: 27px;
  display: block;
  float: left;
}
.tooltips .ja-cs-tooltips {
  background: #fff !important;
  border: 2px solid #ffcc66;
  width: 200px;
  padding: 10px;
  box-shadow: 0 2px 5px #999;
  -moz-box-shadow: 0 2px 5px #999;
  -webkit-box-shadow: 0 2px 5px #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tooltips .ja-cs-tooltips h3 {
  background: #EBF2F6;
  border-bottom: 1px solid #cfd9df;
  color: #29739d;
  font-size: 110%;
  margin: -10px -10px 10px -10px;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 #fff;
}
.tooltips .ja-cs-tooltips ul li {
  display: block;
  font-size: 11px;
}
.tooltips .ja-cs-tooltips ul li.ja-rating-wrap strong {
  display: block;
  float: left;
  margin-right: 5px;
}
.tooltips .ja-cs-tooltips .ja-item-rating {
  background: url(../images/stars.png) repeat-x left top;
  float: left;
  height: 20px;
  width: 100px;
}
.tooltips .ja-cs-tooltips .ja-current-rating {
  background: url(../images/stars.png) repeat-x left center;
  height: 20px;
}