.contentslide {
	width: 740px;
	height: 240px;
	}

.contentslide_3column {
	width: 534px;
	height: 240px;
	}

.contentslide_front {
	width: 740px;
	height: 300px;
	background-color: #edefee;
	}

.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: 740px; /*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;
	font-weight: normal;
	margin: 0;
	background-color: #edefee;
	}

.pagination a {
	padding: 0 4px;
	text-decoration: none;
	color: #fff;
	background-color: #ccc;
	}

.pagination a:hover, .pagination a.selected {
	color: #fff;
	background-color: #069;
	}

