div#crossselling {
	height: 226px;
    margin: 2em auto 0;
    width: 100%;
}
#crossselling {
	margin: 2em auto 0;
	height: 226px;
	width: 100%;
}
#crossselling_noscroll {
	height: 226px;
	width: 100%;
	margin-bottom: 0px;
}
#crossselling_list {
	overflow: hidden;
	float: left;
	width: 985px;
}
#crossselling_list ul {
	padding-left: 0;
	list-style-type: none
}
#crossselling_list li {
	background: #F4F4F4 ;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #E5E6E7;
	float: left;
	margin: 0 8px;
	cursor: pointer;
	text-align: center;
	width: 180px;
	height: 217px;
	overflow: hidden;
	line-height: 23px;
}
#crossselling_list li:hover {
    cursor: pointer; 
    background-color: #EEEEEE; 
	border: 1px solid #E5E6E7; 
}
#crossselling_list li a { margin: auto; color: #2E2E2E } 
#crossselling_list li a:hover { margin: auto; color: #da3838 } 	

#crossselling_list img { 
    border: none;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	width: 180px;
	height: 180px	
}

#crossselling_scroll_left {
	background: url('../../../modules/productscategory/img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 95px;
	margin-right: 10px;
}

#crossselling_scroll_right { 
    background-image: url('../../../modules/productscategory/img/thumbs_right.gif');
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 95px;
	margin-left: 10px; 
}