@charset "UTF-8";
div.video {
	position: relative;
	cursor: pointer;
}
div.video img {
	opacity: 0.5;
}
div.video div.info {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	bottom: 0;
	color: #000;
	font-size: small;
	font-weight: bold;
	left: 0;
	margin: 3px;
	opacity: 0;
	padding: 1em 0.5em;
	position: absolute;
	right: 0;
	text-align: center;
}
div#welcomeVideo {
	float: right;
	height: 240px;
	margin-left: 1em;
	width: 317px;
	display: block;
	background: transparent url('../data/video/2009_tv_advertisement_web.png') no-repeat top left;
}