.sliderwrapper{
position: relative; /* Do not change this value */
width: 630px; /*width of featured content slider*/
height: 750px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin:0px 0px 0px 0px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:635px;
height: 750px;
padding: 0px 0px 0px 0px;
background: black;
overflow:hidden;
float:left;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}