.mychannel {
   
    padding: 10px 0px 0px 10px;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    overflow: hidden;
}

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

.videos {
    overflow: hidden;
    padding: 2px 0px;
    margin-bottom: 5px;
    position: relative; 
    height: 0px;
}

.videos .scroll {
    overflow: hidden;
    position: relative;
    width: 100%;
	margin: 12px 0 0 4px;
}

.scroll li {
    float: left;
}

.videos .title {
    cursor: pointer;
    float: left;
    width: 120px;
    overflow: hidden;
    margin: 1px 2px 1px 0px;
    border: 1px solid #222;
    padding: 2px;
    background-position: 2px 2px;
}

.title p {
    line-height: 1.3em;
    font-weight: none;
    height: 28px;
    overflow: hidden;
    padding: 3px;
}

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

.showVideoPanel a {
    color: #cecece;
	font-weight: none;
    font-size: 9pt;
    margin-right: 10px;
}

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

.player {
    display: block;
    overflow: hidden;
    height: 0px;
    text-align:center;
	margin-right: 32px;
}