.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 502px; /*width of featured content slider*/
height: 430px;
margin-top:0;
	background:url(../pic/Project-bk.gif) top left repeat-y;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 474px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
color:#8E745C;
/* -moz-opacity: 1; */
opacity: 1;
	padding-left:14px;
	padding-right:14px;
}
.sliderwrapper .contentdiv h3 {
	color:#74604E;
	font-size:15px;
	margin: 8px 0 8px 11px;
}
.sliderwrapper .contentdiv p {
	margin-left:11px;
	margin-top:4px;
	line-height:19px;
	}
.sliderwrapper .contentdiv a {
	text-align:right;
	display:block;
	margin:17px 8px 0 360px;
	background:url(../pic/dot-2.gif) top left no-repeat;
	}
*+ html .sliderwrapper .contentdiv a {	
	margin-left: 360px;
	}
* html .sliderwrapper .contentdiv a {	
	margin-left: 360px;
	}

span.pagination {
	float:right;
	margin: 0 11px 0 0;
	padding:0px 0 3px 0;
	}
.pagination a{
padding: 2px 5px;
font-size:12px;
text-decoration: none; 
color: #999;
	border:1px solid #aaa;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #68411E;
background-color: #FEE496;
}