div.home_categories{
	
	margin-bottom: 55px
}

div.home_categories .cr{
	
	clear: both;
	border: 0px none

}div.home_categories ul{
	
	text-align:center;
	list-style:none
	
}

div.home_categories img{
	
	width:130px;
	height:130px
	
}

div.home_categories li{
	float:left;
	position: relative;
	margin:20px;
	margin-bottom: 110px;
	width:150px;
	height:70px;
	font-size: 11px;
	font-weight: bold;
}

div.home_categories h5 a:hover{
	text-decoration:underline;
	color:red;
}

div.home_categories div{
	width:150px;
	border:0px outset #5B5B5B;
	color:#333;
}

div.home_categories div:hover{
	color:#176CBF;
	-moz-box-shadow: 0 0 12px #5B5B5B;
	-webkit-box-shadow: 0 0 12px #5B5B5B;
	box-shadow: 0 0 12px #5B5B5B;
}











