.contentslide{
	border: 0px solid navy;
	border-bottom-width: 0px;
	padding: 0px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 0;
	opacity: 0;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	text-align: right;
}

div.pages {
	float: left;
}

.pagination a{
	color: #000;
	background: url(images/spotlight_regular.png) no-repeat;
	width: 11px;
	height: 17px;
	display: block;
	padding: 6px 7px 0px 3px; 
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background: url(images/spotlight_hover.png) no-repeat;
	width: 11px;
	height: 17px;
	padding: 6px 7px 0px 3px; 
}
