.category{
	margin: 10px;	
	width: 900px;
}

.category .category_name{
 	color: #FFFFFF;
	padding: 10px; 
	margin: 0px 5px;
	background-color: #28B6E4; 
	font-size: 16px; 
	font-weight: bold;
}

.category .items{
	width: 900px;	
}

.category .items .item{
	vertical-align: top;
	width: 25%;	
	background-color: #EEEEEE;
	border: 1px solid #28B6E4;
	cursor: pointer;
}

.category .items .item .inner{
	padding: 5px;
}

.category .items .item .inner a.text{
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.category .items .item .inner a.img{
	text-decoration: none;
	display: block;
	text-align: center;
}

.category .items .item .inner a.img img{

}






