.gamewrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 4px solid #dddddd;
border-bottom-width: 6px;
font-family: Arial;
font-size:11px;
width: 620px; /*width of featured content slider*/
/*height: 279px;*/
background-color: #ecedec;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 4px double #dddddd;
border-bottom-width: 3px;
font-family: Arial;
width: 620px; /*width of featured content slider*/
height: 330px;
background-image:url('http://www.freegaming.de/jupiterarcade/images/background.jpg');
background-repeat:no-repeat;
background-color: #ecedec;
text-decoration: none; 
}
/*
.sliderwrapper img{
border-style:solid;
border-width:1px;
border-color:#FF8C00;
width: 82px; 
height: 82px;
b
}
*/
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
font-size:9px;
font-family: Verdana;
padding: 0px;
/*background: white;*/
width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper a{
color: #000;
font-family: Arial;
font-size:11px;
text-decoration: none; 
}
.sliderwrapper a:visited{
color: #000;
font-family: Arial;
font-size:11px;
text-decoration: none; 
}

.sliderwrapper a:hover, .sliderwrapper a.selected{
color: #000;
/* background-color: #fafafa; */
font-weight: bold;
}


.pagination{
width: 612px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-image:url(images/pagination.jpg );
border: 4px solid #dddddd;
height: 110px;
text-align: center;
background-color: #a4a4a4;
padding: 0px 4px;
font-size:10px;
font-family: Verdana;
vertical-align:middle;
}

.pagination a{

padding: 3 3px;
text-decoration: none; 
color: #000;

/* color: #00007D; */
/*background: white;*/
}

.pagination img{

float: left;
}

.pagination a:hover, .pagination a.selected{
color: #000;
font-weight: bold;
/* background-color: #fefefe; */
}

.paginationinside{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;

 color: #000; 
padding: 1px 1px;
font-size:9px;
font-family: Arial;

}

.paginationinside a{

padding: 3 3px;
text-decoration: none; 
/*color: #navy;*/
 color: #000; 
/*background: white;*/
}

.paginationinside a:hover, .paginationinside a.selected{
color: #000;
text-decoration: bold;
background-color: #fefefe;
}
