﻿#ytvideo, #ytvideo2 {
				width:740px;
				height:420px; 
                margin:0px;
                width:100%;
                text-align: center;            
             }
            .yt_holder {
                background: #000000;
                padding: 0px;
                border: 0px solid #262626;
                border-bottom: 0px solid #262626;
                width:100%;
                text-align: center;            
             }
            ul {
                height:auto;
                max-height:240px;
                overflow-y:auto;
                overflow-x:hidden;
                border:none;
                padding:0px;
                margin: auto;
                padding-bottom:0px;
                width:740px;
                margin-top:20px;
                /*width:100%;*/
                text-align: center;            
            }
            ul li {
            	
                list-style-type: none;
                color: #f1f1f1;
                background: #000;
                padding:4px;
                padding-left:10px;
                }
            ul li a{
                font-size:12pt;
                letter-spacing:1px;
                font-weight:normal;
                color:#b1afaf;
                text-decoration:none;
                letter-spacing:2px;

                text-align: center;            
                        }
            ul li a:hover{
                font-size:12pt;
                letter-spacing:1px;
                font-weight:normal;
                color:#e7de7a;
                text-decoration:none;
                letter-spacing:2px
            }
            ul li img {
                width: 120px;
                margin-right: 5px;
                border: 1px solid #999;
            }
            
            .currentvideo a{
                font-weight:bold;
                color:#ff0000;
                /*background: #262626;*/
            }