/* CSS Document */
.infiniteCarousel {width:1100px; margin:0 auto; position: relative; height:160px; z-index:990;background:#FFF;}
.infiniteCarousel .apper {width: 1100px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */overflow: auto; height:160px; position: absolute;top: 0;}
.infiniteCarousel .apper ul {width: 9999px;list-style-image:none; list-style-position:outside;list-style-type:none;margin:0;padding:0;position: absolute;top: 0;}
.infiniteCarousel ul li {display:block;float:left; padding:0px 0px 0px 10px;  height:160px;width:212px;}
.infiniteCarousel ul li .txt{text-align:center; width:185px; margin-left:5px; display:block; color:#000;}
.infiniteCarousel ul li a img {background: url(../images/pro-bj.png) no-repeat right bottom; padding:5px 13px 14px 5px;}
.infiniteCarousel .arrow {display: block; background:url(../images/icon.png) no-repeat 0 0; width:30px; height:50px; position: absolute; top:50%; margin-top:-32px; filter:alpha(opacity=70); opacity:0.7; text-indent: -999px; cursor: pointer;}
.infiniteCarousel .forward {background-position: 0 0; right:4px;}
.infiniteCarousel .back {background-position: 0 -60px;left:4px;}/*
.infiniteCarousel .forward:hover {background-position: 0 -36px;}
.infiniteCarousel .back:hover { background-position: 0 -108px;}*/