.contentslide{
border: none;
background: transparent;
height: 100px;
padding-top: 5px;
}

.contentslide .opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%
}

.contentslide .contentdiv {
display: none;
}

.pagination {
text-align: right;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 10px 4px 0;
margin: 0 10px 0 0;
}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}

.pagination a {
padding: 3px 5px 3px 5px;
text-decoration: none; 
color: #dfdfdf;
background-color: #5F5F5F;
border: 1px solid #5F5F5F;
}

.pagination a:hover {
border: 1px solid #62A754;
background-color: #F6C42E;
border: 1px solid #555;
}

.pagination a.selected {
color: #fff;
font-weight: bold;
background-color: #F6C42E;
border: 1px solid #F6C42E;
}


