#youtube_list {  
  width: 160px;
  padding: 10px;
  height: 500px;
  overflow: auto;
  float: left;
  margin-right: 20px;
  border: solid 1px #15477A;
  background-color: #15477A;
}
#youtube_placeholder {
  width: 560px;
  height: 315px;
  padding: 140px 0 0 0; 
  text-align: center;
  color: #EEE;
  background: transparent url(../images/youtube_placeholder.jpg) no-repeat left top;
}
.youtube_list_item {  
  width: 140px;
  margin: 0 auto 15px ;
  text-align: center;
}
.youtube_list_item a img {
  border: solid 1px #FFF;
}
.youtube_list_item a:hover img {
  border: solid 1px #F9BE1F;
}
.youtube_list_item a:hover {
  text-decoration: none;
}
#youtube_content {  
  width: 560px;
  float: left;
}
.youtube_notes {  }
.youtube_video {  
  margin: 0 0 15px 0;
  padding: 20px;
  width: 560px;
  height: 315px;
  background: #15477A;
  border: solid 1px #15477A;
}
.youtube_video object {
  margin: 0;
  padding: 0;
}
.break {
  clear: both;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#youtube_index {
}
.youtube_index_item {
  display: inline-block; 
  height: 15px; width: 20px; 
  text-align: center;
}

.youtube_index_selected {
  font-weight: bold;
}

.comment-container {
  color: #15477A;
}
