.tours .tour img {
	width: expression(this.width > 300 ? 300: true);
}