@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

#demo {
    overflow:hidden;
    border: 0px dashed #CCC;
    width: 450px; 
	height:115px;
	margin:0px auto;
}

#indemo {
    float: left;
    width: 800%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}

.move { 
    width:120px; 
	height:115px; 
	margin-right:5px; 
	float:left;
}
.move .images { 
    padding:2px; 
	border:1px solid #ddd;
}
.move .name { 
    width:120px; 
	height:20px; 
	line-height:20px; 
	text-align:center;
}
.move .name a { 
    color:#333; 
	text-decoration:none; 
	display:block;
}
.move .name a:hover { 
    color:#f60; 
	text-decoration:none; 
	display:block;}






