@media screen, projection {
		.instruction-item {
			width: 540px;
			margin: 20px 0;
			}
			.instruction-item .instruction-image {
				float: right;
				width: 260px;
				}
				.instruction-item .instruction-image .pod {
					background: #000 url(../images/highlights/260-top.gif) no-repeat;
					margin: 0;
					}
				.instruction-item .instruction-image .pod-sub {
					background: url(../images/highlights/260-bot.gif) bottom left no-repeat;
					}
			.instruction-item .instruction-info {
				float: left;
				width: 260px;
				}
				.instruction-item .instruction-info .pod {
					background: #000 url(../images/highlights/260-top.gif) no-repeat;
					margin: 0;
					}
				.instruction-item .instruction-info .pod-sub {
					background: url(../images/highlights/260-bot.gif) bottom left no-repeat;
					}
}
