ul.downloads{
	list-style: inside;
	padding: 0;
	margin: 0;
}
ul.downloads:before{
	display: block;
	content: attr(title);
	border-top: 1px solid #ddd;
	margin: 15px 0 0 0;
	padding: 15px 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}
ul.downloads li{
	line-height: 18px;
	padding: 0 0 0 15px;
}
ul.downloads a{
	color: #00a7d1;
}
ul.gallery{
	background-color: #222;
	padding: 15px 0 0 15px;
	margin: 0;
	overflow: hidden;
	min-height: 220px;
	list-style: none;
}
ul.gallery li{
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
	width: 170px;
	height: 120px;
}
ul.gallery li:nth-child(3n) img{
	right: 0;
}
ul.gallery li:not(:nth-child(3n)) img{
	left: 0;
}
ul.gallery li:nth-child(1) img,
ul.gallery li:nth-child(2) img,
ul.gallery li:nth-child(3) img{
	top: 0;
}
ul.gallery li:nth-child(3n+2) img:hover{
	left: -65px;
}
ul.gallery li a{
	position: relative;
	display: block;
	width: 170px;
	height: 120px;
	text-decoration: none;
	outline: none;
}
ul.gallery li img{
	width: 150px;
	border: 10px solid white;
	position: absolute;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	bottom: 0;
}
ul.gallery li img:hover{
	max-width: 300px!important;
	filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	width: 300px;
	z-index: 1;
}
