.contentslide{
position:relative;
border: none;
margin:0;
padding: 0px;
width: 560px;
height: 256px;
}

.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;
}

.pagination {
position:absolute;
left:16px;
top:216px;
z-index:2;
width: 160px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
padding: 0 0 4px 0;
}


.pagination a{
padding: 0 5px;
font-size: 11px;
text-decoration: none; 
color: #fff;
background-color: #999;
}

.pagination a:hover, .pagination a.selected {
color: #fff;
background-color: #ee6611;
}

#slidertext {
  margin:0;
  padding:0;
  position: absolute;
  z-index:2;
  width: 300px;
  top:136px;
  left:16px;
}

#slidertext .kicker {
  margin:0 0 2px 0;
  padding: 0 4px 1px 4px;
  display:inline;
  background-color:#ee6611;
  font-size: 12px;
  /*margin:0 0  2px 0;*/
}
#slidertext a {
  padding: 1px;
  margin: 0;
  color:#000;
  font-size:16px;
  font-weight:bold;
  line-height: normal;
  text-decoration:none;
  background-color:#fff;
}
#slidertext a:hover {
color:#ee6611;
}