h2.productscategory_h2 {
	margin:15px 0 0;
	padding: 10px;
	border-bottom:1px solid #ccc;
	font-size:18px;
	color:#333;	
	background: none repeat scroll 0 0 #d2d2d2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#productscategory {
	background:#ffffff;
	overflow:auto;
	padding-top:15px;
	-moz-border-radius-bottomright: 17px;
	-webkit-border-radius-bottomright: 17px;
	border-bottom-right-radius: 17px;	
	-moz-border-radius-bottomleft: 17px;
	-webkit-border-radius-bottomleft: 17px;	
	border-bottom-left-radius: 17px;	margin-bottom: 15px;
	}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 96%;
	margin-top:15px;
}
#productscategory_list ul {
	list-style-type:none;
	margin: 0 0 0 14px;
}
#productscategory_list li {
	float:left;
	margin-right:30px
}
#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:center}

#productscategory_noscroll {
	height: 120px;
	width: 100%;
	margin-bottom: 15px;
	background:#ffffff;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;	
	border-bottom-left-radius: 5px;
}

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

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