.sliderwrapper, .sliderwrapper2 {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border: 0px solid red;
width: 180px; /*width of featured content slider*/
height: 190px;
margin-top: 0;
padding-top: 0;
}



.sliderwrapper .contentdiv, 
.sliderwrapper2 .contentdiv2 {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
padding-top: 0px;
background: #e8e7e8;
width: 150px; /*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;

font-size: 66.67%;
color: #616161;
font-weight: normal;
padding: 15px 23px;
line-height: 133.33%;
}

.contentdiv a,
.contentdiv2 a {
color: #616161;
font-weight: normal;
text-decoration: none;
}

.contentdiv a:hover, 
.contentdiv2 a:hover {
color: #616161;
font-weight: normal;
text-decoration: none;
}

.contentdiv ul.listing {
	padding:10px;
}

.contentdiv ul.listing li {
	line-height: 15px;
	margin-bottom:5px;
}

.contentdiv ul.listing li a {
	font-size: 10px;
	line-height: 12px;
	border: 0px solid green;
	display:block;
}


.pagination,
.pagination2 {
width: 155px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/* background-color: navy; */
padding: 0 10px 5px 10px;
display: none;
}

.pagination a, 
.pagination2 a {
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #e8e7e8;
}

.pagination a:hover, .pagination a.selected, 
.pagination2 a:hover, .pagination2 a.selected {
	color: #000;
}