#ytvideo,
#ytvideo2 {
    /* float: left; */
	/* margin-right:5px; */
}

.yt_holder {
	padding: 6px;
    padding-top: 20px;
    margin: auto auto;
    background: #ffffff;
    /*  background-image: url(../img/yt_slice.png); */
    text-align: center;
    /* padding: 10px; */
    /* float: left; */
	width: 600px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #999999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
    }

ul.titles_only {
    /* float: left; */
    margin: 0;
    padding: 0;
    padding-left: 10px;
    width: 570px;
    background: #ffffff;
}

ul.titles_only li {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style-type: none;
    display: block;
	padding: 4px;
	border-top: 1px solid #efefef;  */
}

ul.titles_only li img {
    width: 120px;
    float: left;
    margin-right: 5px;
    border: 1px solid #bbb;
}

li.titles_only {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #000;
    line-height: 14px;
}

.currentvideo {
	background: #ffffcc;
	/*
	border: 1px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #099900;
	box-shadow: 1px 1px 2px #000;
	*/
}

#title_container {
    /* float: right; */
    width: auto;
    height: auto;
    /*  height: 150px;  for testing scrollbars  */
    text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	overflow: hidden;
	/*  border: 1px solid #999;   */
    /*  IE ONLY */
    scrollbar-face-color: #cccccc;
    scrollbar-highlight-color: #cfcfcf;
    scrollbar-3dlight-color: none;  /*  #999999;    */
    scrollbar-shadow-color:  none;  /*  #cccccc;    */
    scrollbar-darkshadow-color: #333333;
    scrollbar-track-color: #cfcfcf;
    scrollbar-arrow-color: #000000;
}
