.cxscroll{}
.cxscroll .box{overflow:hidden;width:1100px;}
.cxscroll .list{overflow:hidden;width:9999px;}
.cxscroll .list li{float:left;width:235px;height:265px;}
.cxscroll .prev,
.cxscroll .next{position:absolute;top:50%;margin-top:70%;width:40px;height:50px;background-image:url(/resources/js/jQuery.cxScroll-1.2.2/img/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.cxscroll .prev{left:155px;background-position:0 0;}
.cxscroll .next{right:155px;background-position:-40px 0;}
.cxscroll .prev:hover{background-position:0 -50px;}
.cxscroll .next:hover{background-position:-40px -50px;}