.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 520px; /*width of featured content slider*/
height: 250px;
background: transparent url(http://starcraft2bg.net/ui/images/temp/news.gif) no-repeat;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 5;
height: 250px;
background: url(../images/showcase/read-more.gif) no-repeat bottom left;
}

.contentdiv {
position: relative;
}

.pagination{
position: absolute;
bottom: 0px;
left: 140px;
z-index: 40;
text-align: center;
background: url(../images/showcase/pagination.gif) repeat-x bottom right;
}

.pagination a{
background: url(../images/showcase/inactive.gif) no-repeat bottom left;
width: 43px;
height: 22px;
line-height: 22px;
vertical-align: middle;
float: left;
}

.pagination a:hover, .pagination a.selected{
background: url(../images/showcase/active.gif) no-repeat bottom left;
color: red;
}

.readmore_news {
position: absolute;
background: url(../images/showcase/read-more.gif) no-repeat bottom right black;
width: 140px;
height: 29px;
bottom: 0px;
left: 0px;
z-index: 999;
}