.mychannel {
	background: #000;
	width: 800px;
	font-family: Arial;
	font-weight: bold;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.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: 800px;
}

.scroll li {
    float: left;
}

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

.title p {
	line-height: 1.3em;
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	background-color: #222;
	height: 60px;
	overflow: hidden;
	margin-top: 93px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.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;
}
