.contentslide {
	font-size: 11px;
	font-family: Arial;
	text-align: justify;
	line-height: 1.1em;
	height: 150px;
}
.contentslide p {
	text-align: right;
	margin-top: 10px;
}
.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{

	text-align: right;
	border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 1px 0;
}
.pagination a {
	padding: 0px 2px;
	text-decoration: none; 
	color: #FFF;
	background-color: #FFF;
	font-size: 7pt;
	font-family: Verdana;
	border: 1px solid #CCC;
}

.pagination a:hover, .pagination a.selected{
	color: #0080FF;
	background-color: #0080FF;
}