@charset 'utf-8';

#youtube {
	width:740px;
}
.ytg_player {
	position : relative; float:left;
}
.ytg_player iframe {
	position : absolute;
	top : 0;
	left : 0;
}
.ytg_thumbnails {
	width:153px; float:right;
}

.ytg_thumbnails img {
	cursor : pointer;
	margin-bottom: 1px;
}

iframe {
	overflow:hidden;
}