.mychannel {
    padding: 0px;
    width: 480px;
    font-family: Calibri, Arial, sans-serif;
    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: 480px;
}

.scroll li {
    float: left;
}

.videos .title {
    cursor: pointer;
    float: left;
    width: 140px;
    height: 150px;
    overflow: hidden;
    margin: 0px;
    padding: 10px;
    background-position: center 10px;
}

.title p {
    line-height: 1.3em;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    height: 100px;
    overflow: hidden;
    margin-top: 95px;
    padding: 0px 10px 0px 10px;
}

.mychannel .showVideoPanel  {
    overflow: hidden;
    height: 30px;
}

.showVideoPanel a {
	color: white;
	width: 110px;
	height: 32px;
	padding: 7px 0px 0px 350px;
	text-align: center;
	background: transparent url('images/button.png') no-repeat 350px 0px;    
	}

.showVideoPanel a:hover {
    text-decoration: underline;
}

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

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