/*-----VideoVoverlay-----*/
#vback {
	display: none;
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 0px;
	width: 100.01%;
	height: 1000px;
	background-color: #000000;
	zoom: 1;
}

#embedvideo {
	display: none;
	z-index: 200;
	position: absolute;
	top: 50%;
	left: 50%;
	width:  512px; //354px; //394px;
	height: 288px; //384px; //314px;
	margin-left: -256px; //-267px; //-197px;
	margin-top: -256px; //-192px; //-144px; //-157px;
}

#closelink {
	display: block;
	position: absolute;
	right: 0px;
	width: 59px;
	height: 43px;
	background: url("/pfimages/videoclose.png");
}

#closelink:hover {
	background: url("/pfimages/videoclose_a.png");	
}

#intro {
	position: absolute;
	top: 43px;
	left: 17px;
	width: 512px;//534px; //320px;
	height: 288px;//384px; //240px;
	z-index: 100;
}

#playert {
	height: 43px;
	width: 394px;
	background: url("/pfimages/videoframe_t.png");
}

#playerl {
	position: absolute;
	top: 43px;
	left: 0px;
	height: 239px;
	width: 17px;
	background: url("/pfimages/videoframe_l.png") no-repeat;
}

#playerr {
	position: absolute;
	top: 43px;
	right: 0px;
	height: 239px;
	width: 59px;
	background: url("/pfimages/videoframe_r.png");
}

#playerb {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 32px;
	width: 608px;//394px;
	background: url("/pfimages/videoframe_b.png");
}