div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 833px;	
	height:471px;	
	background: transparent url(graphics/bg-splash.png) no-repeat left top;		
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	width:833px;
	position: relative;
}

div.scrollable div.items div div.splash-kampanj {
	padding: 29px 0 17px 27px;
	width: 350px;
	float: left;
}
div.scrollable div.items div .product-images {
	width: 456px !important;
	width: 400px;
	float: right;
	position: relative;
}
div.scrollable div.items div .product-images a.zoom {
	padding: 2px 24px 2px 0;
	font-size: 92%;
	font-weight: bold;
	background: transparent url(graphics/ico-zoom.png) no-repeat right 50%;
	display: block;
}
div.scrollable div.items div .product-images p {
	clear: both;
	position: absolute;
	padding: 0;
	right: 24px;
	bottom: 0;
}
div.scrollable div.items div .logo {
	padding: 1em 20px 0 0;
	float: right;
}
div.scrollable div.items div .splash-img {
	padding: 0 60px 0 0;
	float: right;
	display: block;
	clear: both;
	overflow: hidden;
}
div.scrollable div.items div div.splash-kampanj h2 {
	font-size: 2.5em;
	padding-bottom: 10px;
}
div.scrollable div.items div div.splash-kampanj h2.beskrivning {
	font-size: 2.33em;
	padding-bottom: 10px;
}
div.scrollable div.items div div.splash-kampanj .pris {
	background: transparent url(graphics/bg-pris-left.png) no-repeat left top;
	overflow: hidden;
	float: left;
	clear: both;
	padding-right: 0;
	width: auto;
}
div.scrollable div.items div div.splash-kampanj .pris p {
	font-size: 2.5em;
	font-weight: bold;
	background: transparent url(graphics/bg-pris-right.png) no-repeat right top;
	color: #fff;
	padding: 0 9px 9px 9px;
}

div.scrollable div.items div div.splash-kampanj table {
	clear: both;
	margin-bottom: 1em;
}
div.scrollable div.items div div.splash-kampanj table th {
	padding: 6px 6px 6px 0;
}
div.scrollable div.items div div.splash-kampanj table td {
	padding: 6px 0 6px 6px;
}


/* active item 
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}*/
