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

.sliderwrapper{ /* Firefox hack */
height: 270px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 180px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
font: 11px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#categoryList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#categoryList li{
	margin-bottom: 3px;
}

#categoryList a {
	
	color: #691a1f;
}

#categoryList a:hover {
	color: #981b23;
}

.pagination{
width: 190px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: #f1f1f1;
padding: 5px 5px;
}

.pagination a{
padding: 0 5px;
margin-bottom: 5px;
font-size: 10px;
color:#000;
text-decoration: none; 
color: #00007D;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #bcd1d5;
}