﻿@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

#demo {
    overflow:hidden;
    border: 0px dashed #CCC;
    width: 730px; 
	height:173px;
	margin:0px auto 10px;
}

#indemo {
    float: left;
    width: 800%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}

.move { 
    width:170px; 
	height:173px; 
	margin-right:5px; 
	float:left;
}
.move .images { 
    padding:4px;
	text-align:center; 
	border:1px solid #ddd;
}
.move .name { 
    width:170px; 
	height:40px; 
    overflow:hidden;
	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;}






