@media screen, projection {
	.photo-gallery-list {
		margin: 20px 0;
		width: 540px;
		}
		.imgpod {
			background: url(../images/highlights/180-img-bground.gif) no-repeat;
			float: left;
			}
			.imgpod img {
				padding: 10px;
				}
	.content .main .photo-gallery-list .pod {
		background: #000 url(../images/highlights/320-top.gif) no-repeat;
		float: right;
		margin: 0;
		width: 320px;
		}
		.content .main .photo-gallery-list .pod-sub {
			background: url(../images/highlights/320-bot.gif) bottom left no-repeat;
			}
	.video-list {
		margin: 20px 0;
		width: 540px;
		}
		.imgpod {
			background: url(../images/highlights/100-img-bground.gif) no-repeat;
			float: left;
			}
			.imgpod img {
				padding: 10px;
				}
	.content .main .video-list .pod {
		background: #000 url(../images/highlights/400-top.gif) no-repeat;
		float: right;
		margin: 0;
		width: 400px;
		}
		.content .main .video-list .pod-sub {
			background: url(../images/highlights/400-bot.gif) bottom left no-repeat;
			}
}
@media print {
}
