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



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 700px; /*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: 240px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-image: url(../images/pagination-bt-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	height: 22px;
	padding-left: 440px;
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	width: 25px;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	float: left;
	text-align: center;
}

.pagination a.selected{
	color: #AAAAAA;
	background-image: url(../images/portfolio-active-link.gif);
	background-repeat: no-repeat;
}

.pagination a:hover{
	color: #FFFF66;
}
