.sliderwrapper{ /*games-bin*/
position: relative; /*leave as is*/
overflow: visible; /*leave as is*/
float: right;
width: 532px;
height: 500px;
margin-right: 2px;
padding-bottom: 120px;
background: url(../images/new-games-bin-bg2.png) no-repeat top;border-bottom-width: 6px;
}



.sliderwrapper .contentdiv{/*games-select*/
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
float: right;
width: 532px;
height: 600px;
margin-right: 2px;
background: url(../images/new-games-bin-bg2.jpg) no-repeat top;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
float: left;
width: 250px;
height: 500px;
*height: 515px;
margin-left: 1px;
padding-top: 100px;
*padding-top: 115px;
padding-left: 15px;
margin-bottom: -100px;
*margin-top: -15px;
background: url(../images/game-select-bg.jpg) no-repeat top;
*background-position: -1px -10px;
*overflow: visible;
}

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

.pagination a:hover, .pagination a.selected{
color: #ffffff;
height: 13px;
padding-top: 10px;
padding-left:19px;
margin-top: -10px;
margin-right: 1px;
background: url(../images/accordian-hover-current.gif) no-repeat top; /*custom bullet list image*/
overflow: hidden;
}
