.imagebox {
	max-width: 300px;
	max-height: 240px;
	margin-bottom: 25px;
}
	.imagebox .slide {
		position: relative;
	}
		.imagebox .slide > a {}
			.imagebox .slide > a > img {}
	.imagebox .slide .text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-image: url('/includes/public/assets/images/gradient.png');
		background-repeat: repeat-x;
	}
		.imagebox .slide .text .content {
			padding: 10px 20px;
		}
		.imagebox .slide .text .content a {
			font-family: "TradeGothicW01-BoldCn20 675334";
			font-size: 28px;
			line-height: 28px;
			text-transform: uppercase;
			color: #fff;
		}
		.imagebox .slide .text .content p.description {}

	.imagebox.fullwidth {
		max-width: 100%;
		width: 100%;
		max-height: 312px;
		height: 312px;
	}
		.imagebox.fullwidth .slide a > img {
			margin-top: 48px;
			width: 100%;
			height: 265px;
		}
		.imagebox.fullwidth .text {
			background-color: #000;
		}
			.imagebox.fullwidth .text .content a {
				background-image: url('/includes/public/assets/images/arrow-right.png');
				background-position: right center;
				background-repeat: no-repeat;
				background-size: 20px 25px;
				width: 100%;
				display: block;
			}
			.imagebox.fullwidth .text .content p.description {

			}