	.imageTeaserCollection {
		margin-bottom: 1.3333em;
	}
	
	.imageTeaserCollection.ar2013 {
	    margin-bottom: 15px;
	}

	.imageTeaserCollection .divColumn {
		float: left;
		position: relative;
	}
	
	.imageTeaserCollection .left {
		margin-right: 7px;
	}
	
	.imageTeaserCollection .right {
		margin-left: 6px;
	}
	
	.imageTeaserCollection.ar2013 .right {
	    margin-left: 8px;
	}
	
	.imageTeaserCollection.ar2013 .overlay {
		bottom: auto;
        display: block;
	}
	
	.imageTeaserCollection.ar2013 .overlay h3 a {
	    font-size: 18px;
	}
	
	.imageTeaserCollection .right .overlay {
        text-align: left;
    }
	
	.imageTeaserCollection img {
		margin-top: 0 !important;
	}
	
	.imageTeaserCollection .overlay {
		background-color: #1F252F;
		color: #fff;
		left: 0;
		-ms-filter:"alpha(Opacity=85)";
        filter:alpha(opacity=85);
        -moz-opacity:.85;
        -khtml-opacity:.85;
		opacity: 0.85;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.imageTeaserCollection .overlay .inner {
		padding: 0.3333em 1.25em 0 1.25em;
	}
	
	.imageTeaserCollection .overlay h3,
	.imageTeaserCollection .overlay a,
	.imageTeaserCollection .overlay a:visited,
	.imageTeaserCollection .overlay a:active {
		color: #fff;
	}
	
	.imageTeaserCollection a.int {
	    background-position: 0 -998px !important;
	}
	
	.imageTeaserCollection .overlay h3 {
		margin-bottom: 0.24999em;
	}