.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #54301A;*/
border: 1px solid #9F7359;
width: 580px; /*width of featured content slider*/
height: 319px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px 0px 0px 0px;
background: transparent;
width: 580px; /*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;
float: left;
}

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*text-align: right;
background-color: navy;
padding: 5px 10px;*/
float:left;
margin-top:9px;
font-size:90%;
color: #929956;
}

.pagination a.prev, .pagination a.next {
	float: left;
	color:#5A6035;
	background-color:transparent;
}

.pagination a:hover {
	color:#54301A;
}
.pagination a.next, .pagination span#nextSpan {
	margin-right:10px;
}
.pagination .pageNumbers a {
/*padding: 0 4px;*/
text-decoration: none; 
color: #54301A;
background: #54301A;
margin:0px 1px 0px 1px;
display: block;
float: left;
width: 15px;
height: 15px;
}
.pagination span {float:left;}
.pagination .pageNumbers a:hover, .pagination .pageNumbers a.selected {
color: #A99A6F;
background-color: #A99A6F;
}
#prevSpan, #nextSpan {
	display: none;
}
.pagination span.pipe {
	float:left;
	padding: 0px 4px 0px 4px;
	color: #666666;
}

.projectDescription {
	float: left;
}
.projectDescription p{
	padding:0 10px;
}