html, body {
	border:0;
	margin:0;
	padding:0;
}

.contentslide{
border: 1px solid #8fb1c6;
padding: 0px;
width: 398px;
height: 167px;
background-color: #ffffff;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

.contentslide a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7ac043;
text-decoration: underline;
}

.contentslide a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7ac043;
text-decoration: none;
}

.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: 395px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #8fb1c6;
border: 1px solid #8fb1c6;
padding-left: 3px;
padding-bottom: 2px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 398px; /*IE5 width*/
w\idth: 398px; /*IE6 width*/
}

.pagination a{
padding: 0 2px 0 2px;
text-decoration: none; 
color: #f5b21d;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #1f638d;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #fde8ba;
}
