@charset "utf-8";
/* CSS Document */
.video_thumb_selected{
width:160px;
height:90px;
border:1px solid;
float:left;
border:10px solid;
border-color:#CCCCCC;
margin:10px;
}
.video_thumb_unselected{
width:160px;
height:90px;
border:1px solid;
float:left;
border:10px solid;
border-color:#FFFFFF;
margin:10px;
}

.video_thumb_region{
float:left;
width:900px;
overflow:hidden;
}
.video_display_region{
float:left;
width:900px;
height:1000px;
overflow:hidden;
}
