/* ------ PROMOTION ------ */

.promotionsRow {
	overflow: hidden;
	margin-left: -2%;
}

.promotionsRow .promotion {
	float: left;
	margin: 1.5em 0 0 2%;
}
.promotionsRow .promoWidth_w25 { width: 23%; }
.promotionsRow .promoWidth_w33 { width: 31.33333%; }
.promotionsRow .promoWidth_w50 { width: 48%; }
.promotionsRow .promoWidth_w66 { width: 64.66666%; }
.promotionsRow .promoWidth_w75 { width: 73%; }
.promotionsRow .promoWidth_w100 { width: 100%; }

.promotionsRow .promotion img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	width: auto\9;
}