.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
height: 275px;
background: #cacaca url(/img/bg-slider.gif) repeat-x scroll 0 0;
width: 700px; /*width of featured content slider*/

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
width: 680px; /*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;
}


.contentdiv h1 {color: #000; font-size: 12px; padding: 	0; font-weight: bold;}
.contentdiv img {float: left; padding: 0 15px 0 0;}
.contentdiv a {background:url(/img/arr-grey.gif) 100% 60% no-repeat;
	padding: 0 25px 0 0;}
.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
z-index:2000;
position:absolute;
margin-top: -50px;
}

.pagination a{
padding: 3px 6px;
text-decoration: none; 
color: #005277;
background: white;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=60);
-moz-opacity: .6;
opacity: 0.6;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #ccc;
}