.ytsl-click_div {
	cursor: pointer;
}


.ytsl-click_div:hover .ytsl-play_b {
    background: url("yt-sl-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}

.ytsl-play_b {
	background: url("yt-sl-play.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;
	
}

.ytsl-title_box {
	opacity: 0.75;
	background: none repeat scroll 0px 0px rgb(0, 0, 0);
}

.ytsl-title_text {
    color: #CCCCCC;
    font-family: Arial;
    font-size: 13px;
    overflow: hidden;
    padding: 4px 16px;
    text-overflow: ellipsis;
	white-space: nowrap;
}

.ytsl-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;

}

.ytsl-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
