.contentsheading{
padding-left:0; 
text-align:center; 
width:743px;
}

.contentslide5{
border: 0px solid white;
padding: 10px 0px 0px 0px;
width: 662px;
height: 320px;
}

.contentslide5 .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;

}

.contentslide5 .contentdiv{
display: none;
}
.sliderimgborder{
border: 1px solid #6e787d;
}
.pagination{
width: 662px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!
*/
border: 5px solid white;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 2px 0;
text-align: center;
line-height: 22px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 662px; /*IE5 width*/
width: 662px; /*IE6 width*/
text-align: center;
}

.pagination a{
padding: 3px 5px 3px 5px;
color: #747e83;
font-weight: bold;
text-align: center;
text-decoration:none;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #df7416;
}
