.playbutton {
	display:inline;
	margin:0;
	left:70px;
	position:relative;
	border: 0;
	z-index:2;
   	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}


.playbutton:hover, playbutton.over {
	display:inline;
	margin:0;
	left:70px;
	position:relative;
	border: 0;
	z-index:2;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.videothumbnail {
    /* default YouTube thumbnail is 480x360
        We use only the middle part to isolate the letterbox bar
     */
   position:relative;
   z-index:0;
   border: 0;
   
    /* display: block; */
    display:inline-block;
    width: 480px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: 0px -35px;
}


.videotitle {
    display:inline-block;
    position: absolute;
    /* background-color:black; */
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   text-align: left;
   float: left;
    color:white;
    overflow: hidden;
    white-space: nowrap;
    width: 480px;
    /*
   	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
	*/
}
