.contentslide{
border: 1px solid #c3c1c2;
padding: 0px;
width: 450px;
height: 58px;
}

.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;
height: 58px;
padding:0;
}

.pagination{
width: 450px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 450px; /*IE5 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
background-image:url(../images/Invistment-items-bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
border-color:#ebebeb;
border-style:solid;
border-width:1px;
font-family:tahoma, "MS Sans Serif";
font-size:12px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-image:url(../images/news-tab-bg-select.jpg);
background-position:top;
background-repeat:repeat-x;
border-color:#ebebeb;
border-style:solid;
border-width:1px;
}