.contentslide {
border: solid 2px #333;
width: 500px;
}

.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;
height: 375px;
}

.pagination{
font-family: Arial, sans serif;
font-size: 12px;
color: #666;
font-weight: normal;
text-align: left;
padding: 5px 7px 3px 0px;
background-color: #fff;
margin-top: 10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a {
font-family: Arial, sans serif;
font-size: 12px;
color: #333;
font-weight: normal;
text-decoration: none;
padding: 5px 7px 3px 8px;
border: solid 1px #ccc;
}

.pagination a:hover {
font-family: Arial, sans serif;
font-size: 12px;
color: #333;
font-weight: normal;
text-decoration: none;
background-color: #eee;
padding: 5px 7px 3px 8px;
}

.pagination a.selected {
font-family: Arial, sans serif;
font-size: 12px;
color: #333;
font-weight: bold;
padding: 5px 7px 3px 8px;
background-color: #e0e0e0;
}

/* this styles the content inside the layers */

.contentdiv h1 {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 11px;
	padding-bottom: 8px;
	letter-spacing: -1px;
}

.contentdiv p {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px 0px 16px 0px;
}