#player {
    width: 800px;
    height: 400px;
   
    background: rgba(255,255,255,05);
    position: absolute;
    border: solid 2px white;
}

.youtube .carousel {
    width: 30%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0px;
	margin-right:0px;
    z-index: 3;
}

.youtube .thumbnail {
   margin: 2px 0 2px 10px;
   width : 80%;
    height:120px;
    border: 1px solid black;  
}

.youtube iframe.player {
    width: 70%;
    height: 400px;  
    overflow: auto;
    border: 0;
}
