#gallery_include
{
	overflow: hidden;
}

#gallery_include ul
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#gallery_include li
{
	float: left;
}

#gallery_include li a
{
	margin: 15px 15px;
	display: block;
	width: 140px;
	height: 100px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	float: left;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out
}

#gallery_include li a:hover
{
	opacity: 0.8;
}