.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #434c62;
border-bottom-width: 1px;
border-bottom-color:#434c62;
border-bottom-style:solid;
width: 300px; /*width of featured content slider*/
height: 98px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
height:200px;
background:transparent;
width: 300px; /*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;
}

.pagination{
width: 225px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color:transparent;
padding-top: 10px;
padding-bottom:5px;
width:212px;
}

.pagination a{
padding: 1px 7px;
text-decoration: none; 
color: #303748;
background:#dfe2e7;
border-top: 1px solid #e8e9ee;
border-left: 1px solid #e8e9ee;
border-bottom:1px solid #72788a;
	border-right: 1px solid #72788a;
	background-image:url(http://www.colourmirror.com/images/btm_shine_light.gif);
		background-position:top;
	background-repeat:repeat-x;
	
}

.pagination a:hover, .pagination a.selected{
color: #ecedf1;
background-color:#4c546a;
border-top: 1px solid #323b51;
border-left: 1px solid #323b51;
border-right:1px solid #4c546a;
border-bottom:1px solid #4c546a;
background-image:url(http://www.colourmirror.com/images/btm_shine_dark.gif);
	background-position:top;
	background-repeat:repeat-x;

}