.widget {
    width:817px;
    padding: 0px 0px 0px 0px;
    height: 86px;
}

.widget a.previous{
    float:left;
    display:block;
    background:url(http://www.yatzy.se/sd_files/js/prev-horizontal.png) no-repeat 0 0;
    width:32px;
    height:32px;
    margin-top:30px;
    margin-right:15px;
}
.widget a.next{
    float:right;
    display:block;
    background:url(http://www.yatzy.se/sd_files/js/next-horizontal.png) no-repeat 0 0;
    width:32px;
    height:32px;
    margin-right: 0px;
    margin-top:-55px;
}

.widget_style {
    text-align:left;
    padding:4px 0px 0px 0px;
}

.widget_style ul {
    margin:0;
    padding:0;
}

.widget_style li {
    height:81px;
    width:104px;
    list-style:none;
    margin:0px;
    padding:0px 8px 0px 8px;
}

.widget_style img {
    width:104px;
    height:81px;
}


/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	height: 81px;
	margin: 0 0px;
	padding: 0px 0px 0px 0px;
	background:url(http://www.yatzy.se/sd_files/js/caption-bg-4.png) left bottom no-repeat;
	
	text-align: center;
	text-decoration: none;
	font-family: 'trebuchet ms', arial, verdana;
	font-size:11px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	bottom: 0px;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
}

.caption a:hover, .caption a:hover {
	background:#202020;
}


