.sliderwrapper{
position: relative; /*leave as is*/
/*overflow: hidden;*/ /*leave as is*/
width: 528px; /*width of featured content slider*/
height: 263px;
padding: 0;
/*background: #f1f1f1 url(images/slider/sliderbg.gif);*/
float:left;
/*border:1px solid red;*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
background-position:center center !important;
background-repeat:no-repeat !important;
width: 528px; 
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
float:left;
height:263px;
padding:1px;
/*z-index:1;*/
}

.contentdivTxt{overflow:hidden;text-align:right;color:#fff;margin:0px 0px 0px 1px;padding:0px;position:absolute;height:60px;width:528px;/*z-index:999999;*/left:0;top:190px;/*border:1px solid green;*//*float:left;*/margin-top:0px;/*_margin-top:-256px;*/background: url(images/text-bg-trans.png) no-repeat;}
#content-center {float:left;width:594px;height:264px;position:relative;z-index:0;}
#content-center .contentdiv h2 {
margin: 0px 0px 0px 0px;
/*background-color:#f1f;*/
color:#fff;
}

span.textOver {display:block;padding:4px 10px;text-align:left;}

.contentdiv p {
margin: 8px 0;
}

span.slider-links a {
font-weight: bold;
}

.pagination{
width: 65px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: center;
margin: 0px;
float:left;
/*z-index:1;
position:relative;*/


}

.corner {
position: absolute;
width: 2px;
height: 2px;
z-index: 1000px;
background-repeat: no-repeat;
}

/*#c-tl {
top: 0;
left: 0;
background:url(images/slider/corner-tl.gif);
}

#c-tr {
top: 0;
right: 0;
background:url(images/slider/corner-tr.gif);
}

#c-bl {
bottom: 0;
left: 0;
background:url(images/slider/corner-bl.gif);
}

#c-br {
bottom: 0;
right: 0;
background:url(images/slider/corner-br.gif);
}*/

.pagination a {
padding: 1px;
background:url(images/pagination-bg.gif) left top no-repeat;
margin: 0px;
width: 64px;
height: 64px;
/*float: left;*/
display:block;
z-index:999;
position:relative;
display:block;
}

.pagination img {
margin: 0;
padding: 0;
z-index:998;
position:relative;

}

.pagination a:hover, .pagination a.selected{
background-position: right bottom;
}