.contentslide{
	padding: 8px;
	width: 404px;
	height: 355px;
	border-top: 10px solid #349C02;
	border-right: 10px solid #349C02;
	border-bottom: 6px solid #349C02;
	border-left: 10px solid #349C02;
}

.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: 420px;
	text-align: center;
	background-color: #349C02;
	padding: 0 0 4px;
	border-top: 0 solid #349C02;
	border-right: 10px solid #349C02;
	border-bottom: 0 solid #349C02;
	border-left: 10px solid #349C02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #000;
}

