.contentslide{
padding: 15px 0px;
width: 475px;
height:300px;
font-size:.9em;
line-height:1.4em;
float:right;
}
.contentslide img{
padding:0px;
margin:20px 0px;
float:left;
border: 3px solid #1f2b81;
}
.contentslide p {
text-align:left;
}

.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: 150px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0 4px 0;
margin:0 auto;
float:left;
text-indent:-10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 145px; /*IE5 width*/
w\idth: 141px; /*IE6 width*/
}
.pagination ul li {
list-style-image:none;
list-style-type:none;
}
.pagination a{
padding: 0 10px;
text-decoration: none; 
color:  #1f2b81;
display:block;

}

.pagination a:hover, .pagination a.selected{
color: #3E8489;
}
.casestudy {
width: 53%;
float:right;
}
