.mychannel {    /* background: #000; */    padding: 10px 0px 0px 10px;    width: 700px;    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: 700px;}.scroll li {    float: left;}.videos .title {    cursor: pointer;    float: left;    width: 120px;    height: 126px;    overflow: hidden;    margin: 4px 4px 4px 4px; /*  space around each video thumbnail  */    border: 1px dotted #666;    padding: 2px;    background-position: 2px 2px;}.title p {    font-family: Tahoma;	line-height: 1em;    font-size: 7pt;    /* font-weight: bold; */    color: #000;  /* color of thumbnail text */    /* background-color: #222;  background color of thumbnail text area */    height: 30px;    overflow: hidden;    margin-top: 93px;    padding: 6px 4px 0px 6px;}.mychannel .showVideoPanel {    text-align: right;    overflow: hidden;    height: 0px;}.showVideoPanel a {    color: #fc0606; /* color of bottom menu was green #0bf416 */    display: block;    font-size: 10pt;    margin-right: 10px;	margin-bottom:20px;    float: right;	padding:8px;	background-color:#fff;	border:1px dotted #333;}.showVideoPanel .loading {    height: 16px;    width: 16px;    margin-right: 10px;    float: right;}.player {    display: block;    overflow: hidden;    height: 0px;}
