.contentslide{
  position:relative;
  border: none;
  margin:0;
  padding: 0px;
  width: 720px;
  height: 310px;
}

.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:256px;
  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 !important;
  background-color: #617d7d;
}

.pagination a:hover, .pagination a.selected {
  color: #fff;
  background-color: #f8b746;
}

#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;
}

#sliderwrap {
  height: 310px;
  width: 718px;
}

#sliderwrap h2 {
  position: absolute;
  top:196px;
  left:16px;
  background-color: #617d7d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px 5px 8px;
}

#sliderwrap .csc-textpic-text {
  position: absolute;
  top:221px;
  left:16px;
  font-size: 18px;
  padding: 5px 8px 5px 8px;
  background-color: white;
}