@charset "utf-8";

.picScroll-top{
	width: 190px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	line-height: 16pt;
	float: left;
}
.picScroll-top .hd{
	overflow: hidden;
	height: 30px;
	background-image: url(../images/Product2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.picScroll-top .hd .prev,.picScroll-top .hd .next{
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 -100px;
}
.picScroll-top .hd .next{ background-position:0 -140px;  }
.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }
.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-top .hd ul li{
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-image: url(../images/icoCircle.gif);
	background-repeat: no-repeat;
	background-position: 0 -9px;
}
.picScroll-top .bd{
}
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{ 
    float: left;
	width: 190px;
	padding-top: 10px;
	height: 120px;
	padding-bottom: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
.picScroll-top .bd ul li .pic{
	float: left;
	width: 80px;
	height: 120px;
	margin-right: 10px;
	overflow: hidden;
}
.picScroll-top .bd ul li .title{
	float: right;
	width: 98px;
	overflow: hidden;
	color: #666;
	height: 65px;
}
.picScroll-top .bd ul li .title a{
	float: right;
	width: 98px;
	overflow: hidden;
	color: #999;
	height: 65px;
}
.picScroll-top .bd ul li .title a:hover{
	float: right;
	width: 98px;
	overflow: hidden;
	color: #000;
	height: 65px;
}
.picScroll-top .bd ul li .off {
	color: #900;
	float: right;
	width: 98px;
}
