/* CSS Document */

.video_frame {
	display: block;
	border: none;
	width: 475px; 
	position: relative;
	background-image: url(../images/qtskin1.jpg);
	background-repeat: no-repeat;
	margin: 1em auto;
	padding: 80px 0px 40px;
	clear: both;
	text-align: center;
}
.video_frame object {
	border: 2px solid #222;
	display: block;
	margin: 0px auto;
}
* html object.mov {
    display: none;
}



/* temporary location of new css until mainstyles can be committed */
#jumplinks a {
	position: absolute;
	left: -9999px;
	padding: 5px;
}
#jumplinks a:focus {
	background-color: #ffffcc;
	border: 1px solid #036;
	color: #036;
	position: absolute;
	left: 5px;
	top: 5px;
}

