/* 
thecompliancecenter.com featured content CSS file
Copyright ICC The Compliance Center Inc.
*/

.contentslide {
	background: #ffffff url('http://www.thecompliancecenter.com/img/featured_border.gif') no-repeat top;
	color: #000000;
	height: 300px;
	width: 490px;	
}

.contentslide .opacitylayer {
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	opacity: 1;
	width: 100%;
	-moz-opacity: 1;	
}

.contentslide .contentdiv {
	display: none;
}

.pagination {
	height: 15px;
	padding: 4px 0 4px 0;
	text-align: center;
	width: 490px;
}

* html .pagination {
	width: 490px;
}

.pagination a {
	background: url('http://www.thecompliancecenter.com/img/featured_choice.gif') no-repeat center;
	color: #e1e1e1;
	left: 4px;
	padding: 4px;
	position: relative;
}

.pagination a:hover {
	background: url('http://www.thecompliancecenter.com/img/featured_rollover.gif') no-repeat center;
	color: #c8c8c8;
	text-decoration: none;
}

.pagination a.selected {
	background: url('http://www.thecompliancecenter.com/img/featured_current.gif') no-repeat center;
	color: #999999;
	text-decoration: none;
}

#wrap {
	float: left;
	margin: 0 5px 25px 0;
}
