h2.productscategory_h2 {
	font-size: 20px;
	margin-top: 30px;
}

#productscategory {margin-bottom: 40px;
	padding:10px 0;
	background:#fff;
	height: 150px;
	width: 100%;
}

#productscategory_noscroll {
	height: 150px;
	width: 100%;
	margin-bottom: 30px;
	background:#fff;
}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 96%;
}

#productscategory_list ul {
	padding-left: 0;
	list-style-type: none;
}

#productscategory_list li {
	float: left;
	margin: 0 3px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	overflow: hidden;
	line-height: 20px;
}

#productscategory_list li a { margin: auto; }

#productscategory_scroll_left, #productscategory_scroll_right {
	background: url("thumbs_left.gif") no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
}

#productscategory_scroll_right { background-image: url("thumbs_right.gif"); }