.quicktime .button
{
	text-decoration: none;
	outline: none;
	position: relative;
	top: 50%;
}

.standard
{
	background-color: rgb(20,20,20);
	font-size: 1.25em;
	color: white;
	zoom: 100%;
	padding: .5em 1em;
	-moz-opacity: .8;
	-webkit-opacity: .8;
	filter: alpha(opacity=80);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: none;
	font-family: Arial, sans-serif;
}

.quicktime
{
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}

#qtPlayer {
	width: 720px;
	height: 480px;
	margin-right: auto;
	margin-left: auto;
}

#video-links {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}

#video-links a {
	margin-left: 10px;
	margin-right: 10px;
}

a img {
	border-style: none;
}