@charset "utf-8";

/* CSS Document */
*{margin:0;padding:0;}
		ul,li{list-style:none;}
		/* 本例子css */
		
		.picScroll-left{
			  width:1000px;  overflow:hidden; 
			  padding-top:12px;
			  height:146px;
			  margin:0 auto;}
		.picScroll-left .hd{
			width:1000px;
			margin:0 auto;
			position:relative;
			}
		
	    .picScroll-left .hd .next{
			position:absolute;
			right:0;
			top:5px;
			background:url(../image/right02.jpg) no-repeat;
			display:block;
			width:20px;
			height:122px;
			cursor:pointer;
			z-index:5;}
		
	    .picScroll-left .hd .prev{
			position:absolute;
			left:0;
			top:5px;
			background:url(../image/left02.jpg) no-repeat;
			display:block;
			width:20px;
			height:122px;
			cursor:pointer;}
		.picScroll-left .bd{
			width:940px;
			margin:0 auto;}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;
		height:140px; }
		.picScroll-left .bd ul li{margin:0 7px; float:left;text-align:center; position:relative; }
		.picScroll-left .bd ul li em{
			width:216px;
			height:122px;
			display:inline-block;
			background:rgba(0,0,0,.3);
			filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
			position:absolute;
			left:3px;
			top:3px;
			z-index:6;
			text-align:center;
			line-height:122px;
			font-size:14px;
			color:white;
			font-weight:bold;
			display:none;
			cursor:pointer;}
		 .picScroll-left .bd ul li em strong{
			 z-index:100;}
		.picScroll-left .bd ul li .pic{ text-align:center;
		
		 }
		.picScroll-left .bd ul li .pic img{ width:216px; height:122px; display:block;
		border:3px solid white;
		box-shadow:6px 5px 8px #ccc;
		border-radius:3px;}


