.mychannel {
    background: #fff;
    padding: 0px 0px 0px 0px;
    width: 670px;
    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: 670px;
}

.scroll li {
    float: left;
}

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

.title p {
    line-height: 1.2em;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    margin-top: 93px;
    padding: 1px;
}

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

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

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

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

  .utuber1 {
	        width: 670px;
                padding: 5px;
		margin-top: 5px;
                margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
	        }
