#productscategory {
	margin: 1.5em 0 0 0;
	height: 235px;
	width: 550px;
}

#productscategory_noscroll {
	height: 235px;
	width: 100%;
	margin-bottom: 30px;
}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 547px;
}

#productscategory_list ul {
	height: 265px!important;
	padding-left: 0;
	list-style-type: none;
	margin-left:3px;
}

#productscategory_list li {
	background: url('img/product_list.png') no-repeat;
	float: left;
	width: 177px;
	padding: 0px;
	height:270px;
	margin: 3px;
}

#productscategory_list li:hover {
	background-position:left bottom;
}

#productscategory_list li img{
	float:left;
	margin-left:5px;
	margin-top:5px;
	width: 166px;
	height: 166px;	
	-moz-border-radius:7px; /* FF */
	-webkit-border-radius:7px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius:7px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius:7px; /* pozostałe przeglądarki */
	behaviour:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */	
}

#productscategory_list li h3{
	font-family: 'Nova Square', Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#000000 !important;
	text-shadow:#FFF 1px 1px 0px;
	text-transform:uppercase;
	text-decoration: none;
	float:left;
	height: 50px;
	padding: 0px 1px;
	line-height:16px;
	width:175px;
	text-align: center;
	margin: 2px 0px;
}



#productscategory_scroll_left, #productscategory_scroll_right {
	background: url('img/thumbs_left.png') no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
}

#productscategory_scroll_right { background-image: url('img/thumbs_right.png'); }

.strzalki{
	float:right;
	width:36px;
}