.slideprodukti {float:left; width:580px; overflow:hidden; background:url(../images/product_slide_bg.jpg) top no-repeat; margin-left:10px; display:inline; margin-top:20px; padding-bottom:4px;}
	.slideprodukti span {float:left; width:580px; padding:20px 0 0 0; font-size:11px; color:#666666;}
	.slideprodukti span img {border:0; float:right; margin-top:-2px; _margin-top:-17px;}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 580px;
	height:228px;
}
	.scrollable div {float:left; height:228px;padding-left:10px; width:184px; background:url(../images/productslide_border.jpg) right no-repeat;}
	.scrollable div table {height:110px; text-align:center; width:193px;}
	.scrollable div img {border:0;}
	.scrollable div h4 {font-size:14px; font-weight:bold; margin:0; padding:10px 0 2px 2px;}
	.scrollable div a {color:#000;}
	.scrollable div a:hover {text-decoration:none;}
	.scrollable div p {float:left; padding-left:2px;}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

div.itm{position:relative;}

/* active item */
.scrollable .active {
	
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	cursor:pointer;

}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {

} 	
