.contentslide {
  position:relative;
  border: none;
  margin:0;
  padding: 0px;
  width: 852px;
  height: 275px;
}

.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:500px;
  top:253px;
  z-index:2;
  width: 320px; /*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: #5e4535 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.pagination a:hover, .pagination a.selected {
  color: #926d54 !important;
  font-family: Arial, Helvetica, sans-serif;
}

#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: 275px;
  width: 852px;
  background-color: #f0dfd5;
}

#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:247px;
  left:0px;
  font-size: 14px;
  padding: 5px 8px 5px 8px;
}

#top_pic p {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #5e4535;
}