/**
 * @ie lte IE 7
 * @depends /ie8/ie8.css
 */
.mainTeaser {
   width: 427px;
}

.gamma-gallery li:first-child img,
.gamma-gallery li:first-child + li img  {
	display: none;	
}

.gamma-gallery li:first-child  {
    height: 427px!important;
	background: #d3232a;
	margin-top:2px;
}

.gamma-container {
   margin-top:-479px;
}

/* equivalent to li:nth-child(2) */
.gamma-gallery li:first-child + li  {
display: none;
}

