#features {
	z-index: 1;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 0px;
width: 434px; /*width of featured content slider*/
height: 120px;
	z-index: 1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #000;
width: 434px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 120px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
-moz-opacity: 1;
opacity: 1;
	z-index: 1;
}

.pagination{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	left: 613px;
	top: 224px;
	color: #808080;
	background: none;
	width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
}

.pagination a, .pagination a:hover{
background: #282828;
padding: 0px 3px 0px 3px;
font-weight: bold;
text-decoration: none;
color: #73721f;
border: #9c9c9c dashed 1px;
}

.pagination a.selected{
color: #e6e6e6;
background: #282828;
}