.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*width: 400px; width of featured content slider*/
height: 214px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 950px; /*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{
	/*width: 400px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 24px;
	position: absolute;
	margin-left: 80px;
	z-index: 10000;
	top: 190px;
}

.pagination a{
	text-decoration: none !important; 
	font-weight: normal !important;
	color: #00007D;
	background: transparent url('/media/images/pagination-bkgd.png') repeat-x scroll center top;
	height: 24px;
	width: 22px;
	display: block;
	float: left;
	line-height: 185%;
	text-align: center;
}

.pagination a:hover, .pagination a.selected{
	background-image: none;
	background-color: white;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
