.mychannel {
	background: #000;
	width: 604px;
	font-family: Arial;
	font-weight: bold;
	overflow: hidden;
}

.mychannel a {
    text-decoration: none;
    outline: none;
}

.videos {
	overflow: hidden;
	position: relative;
	height: 0px;
}

.videos .scroll {
	overflow: hidden;
	position: relative;
	display: block;
	margin-left: 15px;
}

.scroll li {
	float: left;
}

.videos .title {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 126px;
	overflow: hidden;
	border: 1px solid #222;
	background-position: 2px 2px;
}

.title p {
	line-height: 1.3em;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	background-color: #222;
	height: 30px;
	overflow: hidden;
	margin-top: 93px;
	padding: 1px 3px;
	text-align: center;
}

.mychannel .showVideoPanel {
	text-align: right;
	overflow: hidden;
	height: 0px;
	margin-right: 10px;
}



.showVideoPanel a {
	color: #FFF;
	display: none;
	font-size: 10pt;
	float: right;
}

.showVideoPanel .loading {
	height: 16px;
	width: 16px;
	float: right;
	padding-right: 10px;
}

.player {
	display: block;
	overflow: hidden;
	height: 0px;
	margin-right: auto;
	margin-left: 15px;
}
	       
#wrap {
	overflow: hidden;
	width: 604px;
	       }
.utuber1  {
	float: left;
	width: 604px;
	       }
.videos .scroll div   {
	border: 1px solid #333333;
	padding: 0px;
	margin: 10px;
}
