.mychannel {
	padding: 10px 0px 0px 10px;
	width: 200px;
	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: 400px;
}

.scroll li {
    float: left;
}

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

.title p {
	line-height: 1.3em;
	font-size: 9pt;
	font-weight: bold;
	color: #4D4748;
	height: 30px;
	overflow: hidden;
	margin-top: 93px;
	padding: 1px 3px;
}

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

.showVideoPanel a {
	color: #F0A202;
	display: none;
	font-size: 10pt;
	margin-right: 125px;
	float: right;
}

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

.player {
    display: block;
    overflow: hidden;
    height: 0px;
}
#sidebar p strong       {
	color: #5F6013;
}
