.contentslide{
	width: 165px;
	height: 165px;
	padding: 20px 10px;
	margin: 0;
}
.contentslide a{
	text-decoration: none;
	color: #000066;
	font-weight: 600;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 160px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}
.contentslide .contentdiv{
	display: none;
	font: 10px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-decoration:none;
	color: #fff;
}
.contentdiv p{
	padding: 0;
	margin:0;
	line-height: 16px;
}
.pagination{
display:none;
font: 12px Arial, Helvetica, sans-serif;
text-transform:uppercase;
width: 348px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #fff;
padding: 0 0 4px 0;
}

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

.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;
}
img.thumb {
	border: 3px solid #ccc;
	margin-bottom: 10px;
}
