@charset "utf-8";

/* CSS Document */
*{margin:0;padding:0;}
		ul,li{list-style:none;}
		/* 本例子css */
		
		.picScroll-left{
			  width:1178px;  overflow:hidden; 
			  padding-top:12px;
			  height:188px;
			  margin:0 auto;}
		.picScroll-left .hd{
			width:1178px;
			margin:0 auto;
			position:relative;
			}
		
	    .picScroll-left .hd .next{
			position:absolute;
			right:0;
			top:68px;
			background:url(../image/right02.jpg) no-repeat;
			display:block;
			width:15px;
			height:23px;
			cursor:pointer;
			z-index:5;}
		
	    .picScroll-left .hd .prev{
			position:absolute;
			left:0;
			top:68px;
			background:url(../image/left02.jpg) no-repeat;
			display:block;
			width:15px;
			height:23px;
			cursor:pointer;}
		.picScroll-left .bd{
			width:1110px;
			margin:0 auto;
			}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;
		height:176px; }
		.picScroll-left .bd ul li{
			width:265px;
			height:176px;
			margin:0 5px; float:left;text-align:center; position:relative; }
		.picScroll-left .bd ul li em{
			font-size:15px;
			color:#666666;
			display:inline-block;
			background:rgba(0,0,0,.5);
	        filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
			position:absolute;
			left:0;
			top:0;
			width:265px; height:176px;
			display:none;
	
			}
			.picScroll-left .bd ul li em h4{
				font-size:16px;
				color:white;
				text-align:center;
				padding-top:70px;
				margin-bottom:15px;}
			.picScroll-left .bd ul li em .more{
				color:white;
				font-size:12px;
				border:1px solid white;
				width:71px;
				height:25px;
				text-align:center;
				line-height:25px;
				display:inline-block;
				border-radius:15px;}
			
		
		 
		.picScroll-left .bd ul li .pic{ text-align:center;
		
		 }
		.picScroll-left .bd ul li .pic img{ width:265px; height:176px; display:block;

	
		}


