#applications {
	background-color: #0e9e89;
}
#applications a{
	color: #f1f1f1;
}
#applications header h2 {
	height: 43px;
	line-height: 43px;
	background-color: #0e9e89;
	color: #fff;
	font-size: 16px;
	padding: 0 18px;
	font-weight: normal
}
#applications .body ol {
	padding: 0;
}
#applications .body li {
	width: 230px;
	margin: 3px auto;
	position: relative
}
#applications .body li img {
	width: 230px;
	height: 100px;
	display: block
}
#applications .body li.active, #applications .body li:hover {
	-webkit-filter: grayscale(0);
	filter: none
}
#applications .body li.active .mask, #applications .body li:hover .mask {
	width: 0
}
#applications .body h4 {
	height: 36px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #f1f1f1;
	font-weight: normal;
	
}
