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

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

.pagination{
float:right;
margin-right:25px;
text-align: right;
background: #333;
border: 2px solid #333;
position:relative;
top:-37px;
padding: 0 2px;
z-index:99999;
display:none;
}

.pagination a{
padding: 3px 7px;
text-decoration: none; 
background:#000;
color: #CCC;
font-size:11px;
font-weight:bold;
display:inline-block;
}

.pagination a:hover, .pagination a.selected{
color: #CCC;
background-color: #993333;
}

.iContent{
background-image:url(http://www.themindmuseum.org/global/templates/images/bg_transblack.png);
width: 660px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 90px;
float:left;
text-align: left;
position:relative;
top:-157px;
z-index:9999999;
}

.oContent{
width: 660px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 90px;
right: -15px;
float:left;
text-align: left;
position:relative;
top:-240px;
z-index:9999999;
}
