#video {
	position: absolute;
	width: 384px;
	height: 288px;
	top: 18px;
	left: 21px;
	z-index: 10;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.video-control {
	display: block;
	position: absolute;
	top: 303px;
	left: 5px;
}

.video-control a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 74px;
	height: 5px;
	font-size: 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	text-indent: -2000em;
	outline: none;
}

.video-control a:hover {
	background-position: 0px -5px;
}

.video-control a.play {
	background-image: url(/images/videos/video_play.gif);
}

.video-control a.stop {
	display: none;
	background-image: url(/images/videos/video_stop.gif);
}