.wptubespeed-click_div {
	cursor: pointer;
}

.wptubespeed-click_div:hover .wptubespeed-play_b {
    background: url("wp-tube-speed-button.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}

.wptubespeed-wrapper,
.wptubespeed-wrapper .wptubespeed-click_div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;

}

.wptubespeed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.wptubespeed-play_b {
	background: url("wp-tube-speed-button.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);    
    height: 62px;
    left: 50%;
    margin-left: -45px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    width: 100px;
	
}

.wptubespeed-title_grad {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
    background-position: center top;
	height: 98px;
}

.wptubespeed-title_text {
    color: #eeeeee;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 17px;
    overflow: hidden;
    padding: 12px 16px 4px;
    text-overflow: ellipsis;
	white-space: nowrap;

}

