.contentslide{
width: 400px;
height: 450px;
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 {
  display: none;
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}

.contentdiv .topstory {
  width: 380px;
  height: 79px;
  padding: 15px;
  margin-top: 41px;
  background: url(/images/setup/contentdiv_bg.jpg) repeat-x left top #300000;
}

div.pagination {
width: 400px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 41px;
text-align: center;
background: url(/images/setup/pagination_bg.gif) repeat-x left top;
position: absolute;
left: 0;
top: 300px;
z-index: 14;
}

.pagination a, div.link {
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
padding: 0 10px;
text-decoration: none;
color: #999999;
line-height: 41px;
display: inline;
}

div.link {
  padding: 4px 10px 4px 5px;
}

div.link a {
  text-decoration: none;
  color: #CCCCCC;
}

.pagination a:hover {
  color: #FFCC00;
}

.pagination a.selected {
  color: #FFCC00;
}

.pagination div.spacer {
  display: inline;
  width: 100%;
}
