ul.unsplash li, 
.widget ul.unsplash li {
	width: auto;
	float: left;
	margin: 10px;
    padding: 0;
}

ul.unsplash a {
	display: block;
}
ul.unsplash a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.clear{
	clear: both;
}