.contentslide{
position: relative;
border: none;
padding: 0px;
width: 400px;
/*
//height: 300px;
//display: inline;
*/
}

.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;
position: relative;
  background: url(/images/setup/contentdiv_bg.jpg) no-repeat;
  height: 500px;
}

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!*/
text-align: right;
background-color: ;
border: none;
border-width: 0; /*Left/ right border width of pagination DIV.*/
padding: 0;
position: absolute;
font-family: verdana sans-serif;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
width: 400px; /*IE6 width*/
}

.pagination a, div.link {
font-family: sans-serif;
font-weight: bold;
padding: 6px 10px;
text-decoration: none;
color: #ffffff;
background: url(/images/setup/pagination_bg.jpg);
display: inline;
}

div.link {
  padding: 4px 10px 4px 5px;
}

div.link a {
  text-decoration: none;
  color: #FFFFFF;
}

.pagination a:hover {
  color: #000000;
}

.pagination a.selected {
  color: #000000;
}

.pagination div.spacer {
  display: inline;
  width: 100%;
}
