#ref_part_line{
	width:100%;
	margin-bottom:10px;
}
#ref_part_line #ref_part_item{
	width:169px;
	height:139px;
	float:left;
	background: transparent url(images/references_bg_off.png) no-repeat;
	text-align:center;
	position:relative;
	margin-right:4px;
}
#ref_part_line #ref_part_item_last{
	width:169px;
	height:139px;
	float:left;
	background: transparent url(images/references_bg_off.png) no-repeat;
	text-align:center;
	position:relative;
}

#ref_part_line #ref_part_item img{
	/*padding:40px 0 0 24px;*/
}
#ref_part_line #ref_part_item:hover, #ref_part_line #ref_part_item_last:hover{
	background: transparent url(images/references_bg_on.png) no-repeat;
}