@charset "utf-8";
/* CSS Document */

.list{position:relative;width:738px;height:221px;margin-bottom:10px;overflow:hidden;}
.list ul{
	width:738px;
	height:220px;
	overflow:hidden;
	margin:0px;
	padding:0px;	
}
.list li{
	display:inline;
	float:left;
	width:365px;
	height:221px;
	list-style:none;
	margin-right:8px;
}
.list li img{
	float:left;
	width:365px;
	height:220px;
}
.scrollBar{position:relative;height:12px;overflow:hidden;background:url(../images/video_12.gif);}
.scrollBar .bar{position:absolute;top:1px;left:0;width:182px;height:12px;cursor:e-resize;background:url(../images/video_10.gif) repeat-x;}





