@charset "utf-8";
/* CSS Document */
/*  */

#demo {
    margin:0px auto;
    width: 980px; 
	height:150px;
	overflow:hidden;
}

#indemo {
    float: left;
    width: 800%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}

.move { 
    width:224px; 
	height:150px; 
	margin-right:5px; 
	float:left;
}
.move .images { 
    padding:4px;
	text-align:center; 
	border:1px solid #95c0f3;
}
.move .name { 
    width:224px; 
	height:20px; 
	line-height:20px; 
	text-align:center;
	background:#afd2fa;
}
.move .name a { 
    color:#003ea1; 
	text-decoration:none; 
	display:block;
	font:13px/20px "SimSun";
}
.move .name a:hover { 
    color:#f60; 
	text-decoration:none; 
	display:block;
}

