#cslider{
		position		: absolute;
		top				: 44px;
		left			: 0px;
		z-index			: 1;
}
#paginate-cslider{
		position		: absolute;
		top				: 134px;
		left			: 320px;
		z-index			: 2;
}

.sliderwrapper{
		position	: relative; /*leave as is*/
		overflow		: hidden; /*leave as is*/
		width			: 980px; /*width of featured content slider*/
		height			: 150px;
		z-index			: 3;
}



.sliderwrapper .contentdiv{
		visibility		: hidden; /*leave as is*/
		position		: absolute; /*leave as is*/
		z-index			: 4;
		left			: 0;  /*leave as is*/
		top				: 0;  /*leave as is*/
		padding			: 0;
		width			: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
		height			: 100%;
		filter			:progid:DXImageTransform.Microsoft.alpha(opacity=100);
		-moz-opacity	: 1;
		opacity			: 1;
}

.pagination{
		visibility		: hidden;
}

.pagination a{
		padding			: 0 5px;
		text-decoration	: none; 
		color			: #555;
		background		: #e2e2e2;
		font-size		: 10px;
}

.pagination a:hover, .pagination a.selected{
		color			: #333;
		background-color: #bddbec;
}
