/*video wrapper */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 270px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 390px; /*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;
}

#content_header {
	width:  150px;
	padding-left:  20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#content_table {
	background: url(http://www.winkbingo.com/skin/images/hotgames_grad_bg2.jpg) repeat-x top left;
}


.pagination2{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 10px;
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected, .pagination2 a:visited{
color: #000;
background-color: #FEE496;
}


/*promo wrapper */

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 194px; /*width of featured content slider*/
height: 340px;
}


.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 194px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
line-height: 15px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
/* background: url(http://www.winkbingo.com/skin/images/hotgames_grad_bg.jpg) repeat-x top left; */
opacity: 1;
}

.pagination{
width: 194px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 5px 0 4px 0;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: White;
border-left: #fce4f8;
border-top: fce4f8;
background-color: #fabbf0;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #f15fc6;
font-weight: bold;
}

