#exhibition {
	width:1000px;
	height:240px;
	margin:0 10px;
	font-size:12px;
	line-height:18px;
	background:url(../images/exhib_back.gif) repeat-x top;
	overflow-x:scroll; 
	overflow-y:hidden;
	z-index: 2;
	scrollbar-face-color:#763de1;
	scrollbar-track-color:black;
}
#window { position:relative; width:1002px; height:224px; margin:0 auto; }
#window ul { top:4px; left:0; /*width:3900px;*/ height:220px; position:absolute; margin:0; padding:0; list-style: none; z-index: 1;}

.item { float:left; width:136px; height:220px; position:relative; top:0; }
.item a{ padding-top:165px; float:left; width:100%; overflow:hidden; color:#ccc; font-size:11px; text-align:center; cursor: pointer; display: hide; text-decoration: none}
.item a:hover { text-decoration:none; color:#fff; display: block; font-size: 12;}
.ml{
	margin:5px 20 0 20;
	background: #f88f1a;
	text-align: center;
	color: #2b1985;
	font-weight: bold;
	font-size: 8pt;
}

