.contentslide{
padding: 15px 18px;
width: 350px;
text-align:center;
float:right;
}
.contentslide img{
padding:10px 10px;
}

.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;
text-align:left;

}

.pagination{
width: 220px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
float:left;
text-align: left;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 2px 0 2px 0;
font-size:11px;
line-height:1.3em;
}
.pagination ul li {
list-style-image:none;
list-style-type:none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 220px; /*IE5 width*/
w\idth: 226px; /*IE6 width*/
}

.pagination a{
padding: 2px 0px;
text-decoration: none; 
color:  #1f2b81;
display:block;
}

.pagination a:hover, .pagination a.selected{
color: #3E8489;
}