.msp_item
{
	border:1px dashed #ccc;
	padding:3px;
	margin:5px 3px 10px 3px;
	border-radius:0 10px 0 0;
}

.msp_item:hover
{
	background-color:#ffffe8;
}

.msp_item ul
{
	list-style:none;
	padding-left:3px;
}

.msp_item ul li a
{
	text-decoration:none;
	
}
.msp_item ul li a>img,.msp_item a>img
{
border-radius:8px;
	
}