#banner {
	text-align: left;
	position: relative;
	z-index: 1;
}
#banner .wrapper {
	padding: 0px 0px 10px;
}
#banner div.block {
	padding: 0 0 25px;
}
#banner div.block a {
	display: block;
	line-height: 0;
	margin: 0;
	position: relative;
	text-decoration: none;
}
#banner div.block a:after {
	background-image: url(/images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -14px;
	content: '';
	height: 15px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: -1;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#banner div.block a:hover:after {
	opacity: 1;
}
#banner div.block a > div.title {
	position: relative;
	z-index: 10;
	font: 11pt 'Tahoma';
	color: #FFFFFF;
	padding: 13px 17px;
	text-transform: uppercase;
	position: relative;

	text-shadow: 0 1px 1px #000000;
	background: -moz-linear-gradient(top,  rgba(112,114,126,1) 0%, rgba(112,114,126,1) 50%, rgba(112,114,126,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,114,126,1)), color-stop(50%,rgba(112,114,126,1)), color-stop(100%,rgba(112,114,126,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(112,114,126,1) 0%,rgba(112,114,126,1) 50%,rgba(112,114,126,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(112,114,126,1) 0%,rgba(112,114,126,1) 50%,rgba(112,114,126,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(112,114,126,1) 0%,rgba(112,114,126,1) 50%,rgba(112,114,126,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(112,114,126,1) 0%,rgba(112,114,126,1) 50%,rgba(112,114,126,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70727e', endColorstr='#4d70727e',GradientType=0 ); /* IE6-9 */

	display: none;
}
#banner div.block a > img {
	width: 100%;
}
#banner div.block:last-child {
	margin: 0;
}