.productscategory  {
  background: transparent url('img/background.jpg') no-repeat 0 0;
  height: 191px;
  width: 562px;
  margin: 30px auto 0 auto;
  padding: 0 40px;
}

h2.productscategory_h2 {
	font-size: 14px;
	line-height: 1.8em;
  padding-top: 20px;
  background-image: none;
  text-transform: uppercase;
  color: #49361f;
}

#productscategory {
	margin: 0;
	height: 120px;
	width: 100%;
  position: relative;
}

#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; }

#productscategory_scroll_left, #productscategory_scroll_right {
	text-indent: -3000px;
	display: block;
	width: 34px;
	height: 34px;
	margin-top: 30px;
  position: absolute;
  top: 0;
}

#productscategory_scroll_left {
	background: url('img/thumbs_left.png') no-repeat center center;
  left: -55px;
}

#productscategory_scroll_right {
	background: url('img/thumbs_right.png') no-repeat center center;
  right: -55px;
}