p.productscategory_h2 {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
}

#productscategory {
	margin: 0px auto;
	height: 120px;
	width: 95%;
	text-align: center;
}

#productscategory_noscroll {
	height: 120px;
	width: 100%;
	margin-bottom: 30px;
}

#productscategory_list {
 	float: left;
     overflow: hidden;
	
}

#productscategory_list ul {
	padding-left: 0;
	list-style-type: none;
}


#crossselling li {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    height: 118px;
    margin: 3px;
    overflow: hidden;
    text-align: center;
    width: 118px;
}

#productscategory_list li {
	    border: 1px solid #d8d8d8;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    height: 118px;
    margin: 3px;
    overflow: hidden;
    text-align: center;
    width: 118px;
}

#productscategory_list li a { margin: auto; line-height:16px; }

#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: 30px;
}

#productscategory_scroll_right { background-image: url('img/thumbs_right.gif'); }