#video {
	position: relative;
}

#video .bubble {
	position: absolute;
	overflow: visible;
	z-index: 2000;
	width: 279px;
	height: 70px;
}

#video .bubble p {
	padding: 10px;
}

#video-info01 {
	top: -40px;
	left: 90px;
	background: URL('bubble-bottom-left.png');
}

#video-info02 {
	top: 50px;
	left: -100px;
	background: URL('bubble-bottom-right.png');
}

#video-info03 {
	top: 120px;
	left: 410px;
	background: URL('bubble-top-left.png');
}

#video #video-info03 p {
	padding: 20px 10px 10px 10px;
}