
a:link,
a:visited,
a:active {font-family: arial; font-size: 22px; text-decoration: none; color: #6b75a8;}
a:hover {font-family: arial; font-size: 22px; text-decoration: underline; color: #000000;}

.contentslide{
border: 0px;
border-bottom-width: 3px;
padding: 1px;
width: 370px;
height: 180px;
text-align: center;
}

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

.pagination{
width: 370px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
vertical-align: text-bottom;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 4px;
height: 32px;
background-color: #D6D6D6;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 370px; /*IE5 width*/
w\idth: 370px; /*IE6 width*/
background-color: #6b75a8;
}

.pagination a{
padding: 2 7px;
text-decoration: none;
color: #6b75a8;
background-color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #000046;
}
