div.scrollable {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 305px;
    margin-top: 30px;
    padding-bottom: 50px;
    background: white;
    }

/* Denna har jag lagt till som test */
div.items 
{
    height:300px;
    }

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:0px;
    }

div.scrollable div.items div {
	float:left;
	padding: 0px 1px;
	margin-right: 400px;	
    }
    div.scrollable {
	float:left;	
    }
/*
a.prev, a.next, a.prevPage, a.nextPage {
    clear:both;
    position: relative;
    top: -52px;
    width: 27px;
    height: 29px;
    background: url(left.png) no-repeat;
    float: left;
    cursor: pointer;
    font-size: 1px;
    }
*/
a.prev, a.next, a.prevPage, a.nextPage {
    clear:both;
    position: relative;
    width: 27px;
    height: 29px;
    background: url(left.png) no-repeat;
    float: left;
    cursor: pointer;
    font-size: 1px;
    }

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -31px;
	font-size: 1px;
    }

a.disabled {
	visibility:hidden !important;		
    }

a.next, a.nextPage {
	background-image:url(right.png);
	clear:right;
	
	}