.contentslide{
width: 264px;
}

.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=0);
-moz-opacity: 0;
opacity: 0;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
text-align:center;
}


.pagination a{
	padding: 0 11 0 11px;
	text-decoration: none;
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	color: #ffffff;
	background-color: #8A8787;
	margin-right:1px;
	height:19px;
	
}

.pagination a:hover, .pagination a.selected{
	height:16px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom:1px;
	padding: 0 7 0 8px;
	color: #ffffff;
	background-color: #737070;

}