
@charset "utf-8";
/*reset css*/


.box{width:952px;height:250px}
/*demo css*/
/*SAMPLE-A*/
#slide { position:relative;width:952px; height:249px; overflow:hidden; float:left}
#slide img{width:952px; height:249px}
#slide .ico{position:absolute; right:8px;bottom:6px}
#slide .ico li{
	background:#fff;
	float:left;
	display:block; 
	width:20px; 
	height:20px; 
	line-height:20px;
	font-family:Arial;
	text-align:center;
	margin:1px; 
	padding: 0px;
	cursor:pointer;
	font-size:12px;
	background:url(../images/b1.gif) no-repeat;
}
#slide .ico li.high{
	background:#047;
	color:#fff;
	font-weight:bolder;
	background:url(../images/b2.gif) no-repeat;
}
