@charset 'utf-8';

.ytg_player {
	position : relative;
	margin : 0 0 5px;
}
.ytg_player iframe {
	position : absolute;
	top : 0;
	left : 0;
}
.ytg_thumbnails img {
	cursor : pointer;
    margin : 0 5px 5px 0;
    height : 50px;

}