@charset "utf-8";
/* CSS Document */

#videopresenter{
	position:absolute;
	margin:0;
	padding:5px;
	max-width:720px;	
	min-width:520px;
	background-color:#eee;
	border:1px solid #999;
	box-shadow:#C1B3FF 3px 3px 3px;
}

#video_bar{
	float:left;
	max-width:310px;
	min-width:150px;
	background-color:#ccc;
	border:1px solid #eee;
	box-shadow:#000 0 0 3px inset;
	padding:3px;
}

.video_bar{
	float:left;
	padding:1px;
	
}

.video_bar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.video_bar ul li{
	margin:0;
	padding:0;
	height:auto;
}

.video_bar img{
	float:left;
	border:1px solid #eee;
}
.video_desc_box{
	float:left;
}

.video_title{
	display:none;
}
.video_desc{
	display:none;
}
.video_date{
	display:none;
}

#player{
	float:left;
	margin-left:2px;
}
.notice{
	color:#F00;
	font-size:0.8em;
	font-style:italic;
}