.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border:0px;
	width: 870px; /*width of featured content slider*/
	height: 242px;
	margin-bottom:15px;
	}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 870px; /*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;
	}
	.contentdiv img{
		float:left;
		}

.pagination{
	width: 870px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding:0px;
	}

	.pagination a, .pagination a:visited, .pagination a:link{
		background:url(../../images/greySquare.gif) top left no-repeat;
		color:#ffffff;
		display:block;
		float:left;
		font-size:14px;
		font-weight:bold;
		height:21px;
		line-height:21px;
		margin:0px 10px 0px 0px;
		position:relative;
		left:545px;
		top:-50px;
		text-align:center;
		width:21px;	
		z-index:1000;
		}
	.pagination a:link, {
		color:#ffffff;
		}

.pagination a:hover, .pagination a.selected{
	color: #ffffff;
	background:url(../../images/greenSquare.gif) top left no-repeat;
	}



