.contentslide {
width: 980px;
height: 339px;
border-top: solid 1px #797979;
margin-bottom: 10px;
clear: both;
overflow: hidden;
position: relative;
z-index: 10;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv {
width: 980px;
height: 339px;
background: #000;
display: none;
overflow: hidden;
}

.contentslide .contentdiv .rotate-photo {
  width: 730px;
  height: 339px;
  float: right;
  overflow: hidden;
}

.rotator-overlay {
  width: 730px;
  height: 339px;
  background: url(/images/setup/rotator_overlay.png) repeat-y left top;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 14;
}

div.pagination{
width: auto;
position: absolute;
left: 20px;
bottom: 20px;
z-index: 16;
}

.pagination a {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 2px;
  background: url(/images/setup/rotator_counter_bg.gif) no-repeat left top;
  color: #fff;
  text-decoration: none;
  line-height: 24px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.pagination a:hover {

}

.pagination a.selected {
  color: #ff0012;
}

.pagination a.play-button {
  background: url(/images/setup/rotator_play_btn.gif) no-repeat left top;
}

.contentslide .contentdiv .topstory {
  width: 220px;
  height: 309px;
  padding: 15px;
  float: left;
  overflow: hidden;
}

.topstory a.rotator-title {
  display: block;
  margin-bottom: 5px;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 22px;
}

.topstory a.rotator-title:hover {
  color: #a22c33;
  text-decoration: none;
}

.topstory span {
  font-family: arial;
  font-size: 14px;
  color: #727272;
  line-height: 16px;
}

.topstory span.rotator-date {
  display: block;
  font-weight: bold;
  color: #fff
}
