.contentslider {
	width: 425px;
	height: 299px;
	margin: 10px 0 0 10px;
	}
.contentslider_floatright {
	width: 278px;
	height: 300px;
	float: right;
	}
.contentslider .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;
	}
.contentslider .contentdiv {
	display: none;
	}
.pagination {
	width: 425px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #fff;
	}
.pagination a {
	padding: 1px 4px 2px 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #edefee;
	}
.pagination a:hover, .pagination a.selected {
	background-color: #ccc;
	}

