#about {
	background-image: url(images/about_hl.png);
}
#td_cat_txt {
	text-align: justify;
	font-size: 13.5px;
}
#cat_shade_order, #cat_shade_vbottom, #cat_shade_vtop, #zoomout, #img_zoom, #vidclose {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
#cat_shade_order, #cat_shade_vbottom, #cat_shade_vtop {
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: 4;
}
#zoomout {
	right: 10px;
	top: 10px;
	z-index: 6;
	cursor: pointer;
}
#vidclose {
	z-index: 2;
	cursor: pointer;

}

#img_zoom {
	top: 50%;
	left: 50%;
	z-index: 5;
	margin-left: -51px;
	margin-top: -18px;
	border-style: solid;
	border-color: #cbcbcb;
	border-width: 10px;
	cursor: url(images/zoomout.cur), pointer;
}
.svg_img {
	cursor: url(images/zoomin.cur), pointer;
}
#vid_clip {
	position: absolute;
	background: transparent;
	top: 390px;
	right: 25px;
	z-index: 1;
	cursor: pointer;
	border: thin #7d2943 solid;
}
#msg_clip {
	position: absolute;
	background: transparent;
	top: 450px;
	right: 25px;
	z-index: 1;
	cursor: pointer;
	border: thin #7d2943 solid;
}
