﻿
/* scrollable div area */
#scrollable {
	width: 850px;
	height: 88px;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
}

/* wrap to make sure that image area is clickable */
#wrap {
	clear: both;
	width: 842px;
	height: 18px;
	margin: 0 auto;
}

/* left image of track */
#track-left {
	float: left;
	width: 18px;
	height: 18px;
	background: transparent url(scrollbar_images/suwak_lewy.png) no-repeat top left;
	cursor: pointer;
}

/* right image of track */
#track-right {
	float: left;
	width: 18px;
	height: 18px;
	background: transparent url(scrollbar_images/suwak_prawy.png) no-repeat top left;
	cursor: pointer;
}

/* horizontal track */
#track {
	left: 18px;
	float:left;
	width: 806px;
	height: 18px;
	background: transparent url(scrollbar_images/suwak_tlo.png) no-repeat top left;
}

/* horizontal track handle */
#handle {
	width: 116px;
	height: 18px;
	background: transparent url(scrollbar_images/kategoria_tlo.png) no-repeat top left;
}

#product-browser {
    position: absolute;
	width: 880px;
	height: 147px;
	background: transparent url(scrollbar_images/ramka.png) no-repeat top left;
}

#produkty {
	width: 2480px;
	height: 88px;
	padding: 0px;
	margin: 0px;
}
#produkty .produkty-obrazek {
	width: 66px;
	height: 66px;
/*	background: transparent url(scrollbar_images/element.png) no-repeat top left;*/
	float: left;
	margin: 20px 50px 50px 20px;
	list-style: none;
	
}

.category {
    position: absolute;
	padding: 0px;
/* 	display: float;*/
	float: left;
	z-index: 1;
	cursor: pointer;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

#cat-plotery1{
	left: 90px;
}

#cat-plotery{
	left: 220px;
}

#cat-laminatory{
	left: 478px;
}

#cat-atramenty{
	left: 685px;
} 

#category li {
	list-style: none;
	float: left;
	z-index: 1;
}

img {border: 0px}
