.carousel ul.c { list-style:none; }

.carousel .bx-prev, .carousel .bx-next { position:absolute; top:50%; margin-top:-24px; width:30px; height:34px; outline:none; }
.carousel .bx-prev { left:-15px; }
.carousel .bx-next { right:-15px; }
.carousel .bx-prev img, .carousel .bx-next img { width:30px; height:34px; _filter:expression(fixPNG(this)); }

.carousel .bx-pager { text-align:center; font-size:0; }
.carousel .bx-pager a { width:10px; height:10px; background:url(/common/carousel/bullets.gif) no-repeat left top; outline:none; margin-right:3px; display:inline-block; *zoom:1; }
.carousel .bx-pager a:hover { background-position:left -10px; }
.carousel .bx-pager a.pager-active, .carousel .bx-pager a.pager-active:hover { background-position:left bottom; }