h2.productscategory_h2 {

	background: #3A3A3A;
    color: #FFFFFF;
    font-family: 'Raleway',Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding: 8px 18px;
    text-transform: uppercase;

}

#productscategory {
    margin: 2em auto 0;
    min-height: 170px;
    width: 100%;
}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 99%;
	margin-bottom:15px;
}
#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 img { width:90%; height:auto; display:inline-block;}

#productscategory_list li a { margin: auto; padding:2%; text-align:left; }

#productscategory_noscroll {
	height: 120px;
	width: 100%;
	margin-bottom: 30px;
}


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

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

.bx-wrapper .bx-controls-direction a:before { color:#000 !important; line-height:32px !important; font-size:32px;}
.bx-wrapper .bx-controls-direction a { height:32px; width:32px;}