@media screen, projection {
	.photogallerycolumns {
		margin-bottom: 10px;
		width: 565px;
		}
	.photogallerycolumns .left {
		float: left;
		padding-top: 2px;
		width: 100px;
		text-align: center;
		}
	.photogallerycolumns .left img {
		background-color: #fff;
		border: 1px solid #999;
		padding: 5px;
		}
	.photogallerycolumns .right {
		float: right;
		font-size: 10px;
		overflow: hidden;
		width: 464px;
		}
	.photogallerycolumns .right p {
		margin: 0 0 4px 0;
		text-align: justify;
		}
	.photogallerycolumns .right p.view {
		border-bottom: 1px dashed #f7f7f7;
		font-size: 11px;
		}
	.photogallerycolumns .right h3 {
		margin-top: 0;
		}
	.gallerytableholder {
		text-align: center;
		}
	.gallerytable td {
		padding: 5px;
		text-align: center;
		vertical-align: middle;
	}
	.gallerytable td img {
		background-color: #fff;
		border: 1px solid #999;
		padding: 5px;
		}
	.galleryimage {
		text-align: center;
		}
	.galleryimage img {
		background-color: #fff;
		border: 1px solid #999;
		padding: 5px;
		}
}
@media print {
	.photogallerycolumns {
		margin-bottom: 10px;
		width: 100%;
		}
	.photogallerycolumns .left {
		float: left;
		padding-top: 2px;
		width: 25%;
		text-align: center;
		}
	.photogallerycolumns .left img {
		background-color: #fff;
		border: 1px solid #999;
		padding: 5px;
		}
	.photogallerycolumns .right {
		float: right;
		font-size: 10px;
		width: 75%;
		}
	.photogallerycolumns .right p {
		margin: 0 0 4px 0;
		text-align: justify;
		}
	.photogallerycolumns .right p.view {
		display: none;
		}
	.photogallerycolumns .right h3 {
		margin-top: 0;
		}
	.gallerytableholder {
		text-align: center;
		}
	.gallerytable td {
		padding: 5px;
		text-align: center;
		vertical-align: middle;
	}
	.gallerytable td img {
		background-color: #fff;
		border: 1px solid #999;
		padding: 5px;
		}
	.galleryimage {
		text-align: center;
		}
	.galleryimage img {
		background-color: #fff;
		border: 1px solid #999;
		padding: 5px;
		}
}