.contentslide{
  padding: 0px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
  width: 100%;
  height: 90%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.contentslide .contentdiv{
  display: none;
  height: 120px;
}

.contentdiv img {
  border: 0;
}

.pagination{
   /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
  text-align: center;
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
  padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
  width: 200px; /*IE5 width*/
  w\idth: 200px; /*IE6 width*/
}

.pagination a{
color: #ffffff;
  padding: 0 7px;
  text-decoration: none; 
  /*color: #2e6ab1;*/
  background: url(../img/nav_1.jpg);
    background-position: center center;
  /*background-color: white;*/
}

.pagination a:hover, .pagination a.selected{
  
  background: url(../img/nav_2.jpg);
  background-position: center center;
  /*background-color: #1263a4;*/
}