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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
border: 1px solid #bfbfbf;
padding: 1px;
background: white;
width: 431px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 202px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 465px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#slider4{
}

#paginate-slider4{
width: 89px;
height: 206px;
margin-left: 4px;
float: right;
}

#paginate-slider4 a img{
padding: 1px;
border: 1px solid #bfbfbf;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
padding: 1px;
border: 1px solid #3653a0;
}

#sliderimg1 a img {
background-image: url(http://www.sega-portal.de/images/teaser/uebernewconduit-th.jpg);
background-repeat: no-repeat;
background-position: center;
}

#sliderimg1 a img:hover, #sliderimg1 a.selected img{
background-image: url(http://www.sega-portal.de/images/teaser/uebernewconduit-th2.jpg);
background-position: center;
background-repeat: no-repeat;
}

#sliderimg2 a img{
background-image: url(http://www.sega-portal.de/images/teaser/uebernewsonic-th.jpg);
background-repeat: no-repeat;
background-position: center;
}

#sliderimg2 a img:hover, #sliderimg2 a.selected img{
background-image: url(http://www.sega-portal.de/images/teaser/uebernewsonic-th2.jpg);
background-position: center;
background-repeat: no-repeat;
}

#sliderimg3 a img{
background-image: url(http://www.sega-portal.de/images/teaser/uebernewshenmue-th.jpg);
background-repeat: no-repeat;
background-position: center;
}

#sliderimg3 a img:hover, #sliderimg3 a.selected img{
background-image: url(http://www.sega-portal.de/images/teaser/uebernewshenmue-th2.jpg);
background-position: center;
background-repeat: no-repeat;
}
