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

.mychannel a {

 }

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

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

.scroll li {
    float: left;
}

.videos .title {
    cursor: pointer;
}


.title p {
    line-height: 1.3em;
    font-weight: none;
    height: 22px;
    overflow: hidden;
    padding: 6px 3px;
	margin-top: -37px;
	position:relative;
}
.mychannel .showVideoPanel, .mychannel .visitMyChannel {
    display: inline-block;
    float: none !important;
    height: auto !important;
    line-height: 54px;
    overflow: hidden;
    padding: 0 !important;
}
.mychannel .visitMyChannel{height:20px;}
.showVideoPanel a,
.visitMyChannel a {
    color: #fff !important;
	font-size: 14px;
	 padding: 0 30px;
}

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

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