/* element scrollable ktory ma wew itemy */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 900px;
	height: 340px;
	border: 1px solid #000;
	float: left;
}


/* klawisze prev i next */
#next_product_item, #prev_product_item {
	border: 1px solid #000;
	height: 340px;
	display: block;
	float: left;
	width: 45px;
	
}
#next_product_item:hover, #prev_product_item:hover { background-color: #ccc; }
.disabled_button { visibility: hidden; }

/* tlo na ktorym sa itemy - dlugie */
.scrollable .product_items {
	width:20000em;
	position:absolute;
}

/* aktywny link nawigatora */
.active_product_category {background-color: #000; color: #fff;}

/* nawigator l */
.product_category_navigator {}
.product_category_navigator a { font-size: 14px; }

