@charset "utf-8";
/* CSS Document */
.infiniteCarousel{ position:relative; width:258px; height:155px; background:#F7F7F7; border:solid #DFE3E6; border-width:0 1px 1px;}
.infiniteCarousel .wrapper{ position:absolute; top:10px; left:39px; width:180px; height:135px;}
.infiniteCarousel ul { list-style:outside none; position:absolute; left:0; top:0;}
.infiniteCarousel ul li { display:block; float:left; padding:0; margin:0; width:180px; height:135px; overflow:hidden;}/*此条 宽度 高度 是必须写的否则效果出错!*/
.infiniteCarousel ul li a{ display:block; position:relative; width:180px; height:135px;}
.infiniteCarousel ul li a img { display:block; height:135px; width:180px; border:0; margin:0; padding:0;}
.infiniteCarousel ul li a p{position:absolute; left:0; bottom:0; display:none; height:22px; line-height:22px; text-align:center; width:180px;}
.infiniteCarousel ul li a:hover p{ display:block; background:#FFF; color:#000;}

.infiniteCarousel .arrow { position:absolute; top:10px; display:block; width:39px; height:135px; background:url(../Images/anr.jpg) no-repeat center center;}
.infiniteCarousel .forward {right:0;}
.infiniteCarousel .back {background:url(../Images/anl.jpg) no-repeat center center;}

