.mychannel {
    background: #000;
    padding: 5px;
    width: 100%;
    font-family: Arial;
    overflow: hidden;
}

.mychannel a {
    text-decoration: none;
    outline: none;
}

.videos {
    overflow: hidden;
    padding-top:15px;
	margin-top:15px;
    margin-bottom: 5px;
    position: relative; 
    height: 0px;
	border-top:1px solid #fff;
}

.videos img {padding-left:10px;padding-top:10px;}

.videos .scroll {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scroll li {
    float: left;
}

.videos .title {
    cursor: pointer;
    float: left;
    width: 120px;
    overflow: hidden;
    margin: 5px;
	margin-top:0;
    padding: 5px;
	background-color:#333;
	border-left:10px #333 solid;
	border-top:10px #333 solid;
} 

.videos .title:hover {background-color:#222;border-color:#222;}

.title p {
    font-size: 9px;
    color: #FFF;
    height: 30px;
    overflow: hidden;
    margin-top: 93px;
    padding: 5px;
	
}

.mychannel .showVideoPanel {
    text-align: right;
    overflow: hidden;
    height: 0px;
}

.showVideoPanel a {
    color: #FFF;
    display: none;
    font-size: 10pt;
    margin-right: 10px;
    float: right;
	
}

.showVideoPanel .loading {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    float: right;
}

.player {
    display: block;
    overflow: hidden;
    height: 0px;
}
