h2.productscategory_h2 {
	border-bottom: 1px solid #C9BAA4;
    color: #6D4D1C;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-transform: uppercase;
}
#productscategory {
	margin: 2em auto 0;
	height: 120px;
	width: 100%;
}
#productscategory_noscroll {
	height: 120px;
	width: 100%;
	margin-bottom: 30px;
}
#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; font-size:11px; }
#productscategory_scroll_left, #productscategory_scroll_right {
	background: url('img/vs-nextprev.png') no-repeat scroll left top transparent;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
}
#productscategory_scroll_right { background-position:right top; }
#productscategory_scroll_left:hover { background-position:left bottom; }
#productscategory_scroll_right:hover { background-position:right bottom; }