/*轮播css///////////////////*/
 .top {
    width: 100%;
    height: 300px;
    -moz-box-shadow:0px -5px 20px -6px rgba(11, 11, 11, 0.6); 
    -webkit-box-shadow:0px -5px 20px -6px rgba(11, 11, 11, 0.6); 
    box-shadow:0px -5px 20px -6px rgba(11, 11, 11, 0.6);  
 }



/*左上轮播*/
#top-pic{
	width:350px;
	height: 300px;
	float: left;
	z-index: 999;
	overflow: hidden;
	position: relative;
	-moz-box-shadow:10px -1px 10px -3px rgba(11, 11, 11, 0.6); 
	-webkit-box-shadow:10px -1px 10px -3px rgba(11, 11, 11, 0.6); 
	box-shadow:10px -1px 10px -3px rgba(11, 11, 11, 0.6); 
}

#top-list{
	width:2450px;
	height: 300px;
	position: absolute;
}

#top-list img{
	width: 350px;
	height: 300px;
	float: left;
}

#button{
	width: 100%;
	height:35px;
	bottom:0;	
	position: absolute;		
	background: rgba(60,64,63,0.8);
}

#button .btnDiv {
	width: 150px;
	height: 20px;
	padding-top: 7px;
	margin: 0 auto;
}

#button span{
	float: left;
	width:20px;
	height:20px;
	color: #000;
	line-height: 20px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
}

#button .on{
	color:#fff;
	background-color: #9a0000;
}

.arrow{
	width: 28px;
	height: 28px;
	position: absolute;
	top:143px;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	display: none;
	background: rgba(154,0,0,.4);	
}

.arrow:hover{background: rgba(154,0,0,.7);}

#top-pic:hover .arrow{display:block;}

#prev{left:8px;}

#next{right:8px;}
		
/*左上轮播css end///////////////////*/
