.contentslide{
	width: 258px;
	height: 130px;
}
.contentslide a{
	text-decoration: none;
	border:none;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 130px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}
.contentslide .contentdiv{
	display: none;
	text-decoration:none;
}
.pagination{
display:none;
font: 12px Arial, Helvetica, sans-serif;
text-transform:uppercase;
width: 348px; 
text-align: right;
background-color: #fff;
padding: 0 0 4px 0;
}
.pagination{ 
width: 362px;
w\idth: 362px;
}

.pagination a{
border: none;
padding: 3px 6px;
text-decoration: none; 
color: #fff;
background-color: #9BAC36;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #808E2F;
}