.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 170px;
height: 139px;
}

.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: 0px;
	text-align: right;
	padding: 0 0 0px 0;
	font-size: 0px;
	text-decoration: none;
	border: 0;
	color: #FFFFFF;


}

* html .pagination{
	width: 170px;

w\idth: 139px; /*IE6 width*/
	color: #FFFFFF;
	text-decoration: none;

}

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color: #FFFFFF;

}

.pagination a:hover, .pagination a.selected{
	font-size: 0px;
	color: #FFFFFF;
	text-decoration: none;


}
