#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-contentsliderwrap div.moduletable {
  margin: 0;
  padding: 0;
}
.ja-contentslider-center-wrap {
  overflow: hidden;
}
.ja-contentslider-center {
  margin: 0;
  padding: 0;
  position: relative;
}
.ja_slidetitle {
  font-weight: bold;
  padding: 30px 30px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.ja_slidetitle a {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 18px;
  display: block;
  font-weight: bold;
}
.ja_slidetitle a:hover,
.ja_slidetitle a:focus,
.ja_slidetitle a:active {
  color: #af1f14;
  text-decoration: none;
}
.ja_slideimages {
  float: left;
  margin-right: 30px;
}
.ja_slideintro {
  padding: 0 30px 30px;
}
#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 .jsslide {
  color: #999;
}
.ja-contentslider-center .jsslide .ja_slideimages_inner {
  overflow: hidden;
}
.ja-contentslider-center .jsslide > div {
  background-color: #000;
  margin-right: 30px;
  min-height: 180px;
}
.ja-contentslider-center .jsslide:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ja-contentslider-center .jsslide .created-date {
  display: none;
}
.ja-contentslider-center .jsslide .content {
  width: 100%;
  height: 123px;
  background: rgba(0,0,0,0.5);
}
.ja-contentslider-center .jsslide .content > a >img {
  width: 100%;
  background: #111;
}
.ja-muzic-spotlight .ja-contentslider-center .jsslide .content {
  height: auto;
}
.ja-muzic-spotlight .ja_slidetitle a {
  width: 270px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ja-home-2 .ja-contentslider-center .jsslide .created-date {
  display: block;
  background: #e73628;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
}
.ja-home-2 .ja-contentslider-center .jsslide .created-date .day {
  bottom: 20px;
  font-size: 36px;
  left: 20px;
  position: absolute;
  font-size: 36px;
}
.ja-home-2 .ja-contentslider-center .jsslide .created-date .month {
  font-weight: bold;
  left: 20px;
  position: absolute;
  top: 20px;
}
.ja-home-2 .ja-contentslider-center .jsslide .content {
  width: 225px;
  height: 180px;
  background: #111;
}
.ja-contentslider-center .content a {
  display: block;
}
.ja-contentslider-center img {
  background: #f5f5f5;
  margin: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.ja-contentslider-center div.ja-image-holder {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0;
  padding: 3px;
}
.ja-button-control {
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}
.ja-button-control .ja-text-heading {
  font-weight: bold;
  padding: 5px;
}
.ja-button-control a {
  display: inline-block;
  line-height: 36px;
  padding: 0;
}
.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 {
  background: url("../../images/bc-lr.png") no-repeat top left;
  position: absolute;
  height: 51px;
  top: 0;
  width: 51px;
  left: 20px;
  cursor: pointer;
}
.ja-contentslider-left:hover {
  background-position: bottom left;
}
.ja-contentslider-right {
  background: url("../../images/bc-lr.png") no-repeat top right;
  position: absolute;
  height: 51px;
  top: 0;
  width: 51px;
  right: 20px;
  cursor: pointer;
}
.ja-contentslider-right:hover {
  background-position: bottom right;
}
.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;
}