
.contentslide{
width: 762px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 373px; /*IE5 width*/
}

.pagination a{
}

.pagination a:hover, .pagination a.selected{
}

.headertext{
font-family:Arial;
font-size:22px;
font-weight:bold;
color:#B4686C;
text-align:center;
line-height:30px;
}