.ytsl-click_div{
	cursor: pointer;
	position: relative;
	margin: 0 0 6px 0;
}

.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;
}