h2.productscategory_h2 {
	margin:40px 0 20px 0;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	font-size:18px;
	color:#333
}

#productscategory {overflow:auto}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 97%;
}
#productscategory_list ul {
	list-style-type:none;
	margin: 0 0 0 14px;
}
#productscategory_list li {
	float:left;
	margin-right:30px;
	/* Item - Afegim l'amplada dels elements de la llista */
	/*margin-right:1%;*/
	width:122px;
	height:280px;
}
#productscategory_list li a.lnk_img {display:block}
#productscategory_list li a img {border:1px solid #ccc}
#productscategory_list li p.product_name {text-align:left;}

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

#productscategory_scroll_left, #productscategory_scroll_right {
	background: url('img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 92px;
	float: left;
	margin-top: 30px;
	padding: 0 5px;
}
@media only screen and (max-width: 1279px) {
    #productscategory_list {
		width: 96%;
	}
}
@media only screen and (max-width: 959px) {
    #productscategory_list {
		width: 95%;
	}
}
@media only screen and (max-width: 767px) {
    #productscategory_list {
		width: 90%;
	}
}
@media only screen and (max-width: 479px) {
    #productscategory_list {
		width: 87%;
	}
}
#productscategory_scroll_right { background-image: url('img/thumbs_right.gif'); }
