.contentslide {
width: 512px;
height: 629px;
margin-bottom: 4px;
background: #fff;
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: 512px;
height: 629px;
background: #fff;
display: none;
overflow: hidden;
}

#pagination-container {
width: 500px;
height: 25px;
padding: 6px;
background: url(/images/setup/rotator_buttons_bg.jpg) no-repeat left top;
overflow: hidden;
position: absolute;
left: 0px;
top: 346px;
z-index: 12;
}

div.pagination {
width: auto;
float: right;
}

.pagination a, div.link {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  background: url(/images/setup/rotator_button.jpg) no-repeat left top;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.pagination a:hover {

}

.pagination a.selected {
  color: #f9e04c;
}

.pagination div.spacer {
  display: inline;
  width: 100%;
}

.topstory-cap {
  display: block;
  width: 512px;
  margin-top: 45px;
}

.topstory {
  width: 482px;
  height: 265px;
  padding: 7px 15px 12px;
  background: url(/images/setup/mcol_container_bg.jpg) no-repeat left top #06244a;
  overflow: hidden;
}

.topstory a.rotator-title {
  display: block;
  margin-bottom: 4px;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #f9e04c;
  line-height: 20px;
}

.topstory a.rotator-title:hover {
  color: #fff;
}

.topstory span {
  font-family: arial;
  font-size: 12px;
  color: #fff;
}

.topstory .rotator-date {
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.topstory a {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #f9e04c;
  text-decoration: none;
}

.topstory a:hover {
  color: #fff;
}

#thumbs  {
  width: 504px;
  padding: 0 4px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 11px;
  z-index: 14;
}

.thumb {
  width: 166px;
  float: left;
  margin-right: 3px;
}

#thumb3 {
  margin-right: 0;
}

.thumb img {
  border: solid 1px #3870b7;
}
