@charset "utf-8";
/* CSS Document */
	.picScroll{ margin:5px auto;  position:relative;  border:0px solid #eee; width:auto;  padding:10px 0 10px 30px; overflow:hidden;     }
	.picScroll .prev,
	.picScroll .next{ display:block; position:absolute; top:96px; left:5px; width:23px; height:23px; background:url(/themes/effects/4/btns.png) no-repeat ;}
	.picScroll .next{ left:auto; right:5px; background-position:-25px 0; }
	.picScroll .prev:hover{ background-position:0 -30px; }
	.picScroll .next:hover{ background-position:-25px -30px;}
	.picScroll ul{ overflow:hidden; zoom:1;}
	.picScroll ul li {width:220px; float:left; }
	.picScroll ul .img{ width:189px; height:185px    }
	.picScroll ul .img img{ width:185px; height:185px; border:#E0E0E0 solid 1px; padding:2px; }
	.title{ width:160px; text-align:center; line-height:20px; color:#676767; font-size:12px; padding-top:10px}
	.title a{color:#676767}
	.title a:hover{color:#000}
