.slideshow {
position:relative;
}

.slideshow_wrapper {
width:960px;
height:396px;
overflow:hidden;
position:relative;
}


.img_slideshow {
overflow:hidden;

-moz-border-radius: 15px 0 0 15px;
-o-border-radius: 15px 0 0 15px;
-webkit-border-radius: 15px 0 0 15px;
border-radius:  15px 0 0 15px;
}

/* Jakcpot winner */
.jackpot_winner {
color:#fff;
font-size:18px;
text-transform:uppercase;
font-family:arial;
font-weight:normal;
text-align:left;
margin-bottom:20px;
}

.jackpot_winner td:first-child {
padding-right:10px;
}

.jackpot_winner .prize {
color:#c0c0c0;
font-size:14px;
}

.jackpot_winner .time {
color:#818181;
font-size:12px;
}


