#carousel_wrapper{background-color:#fff;width:100%;height:395px;overflow:hidden;position:relative}#carousel img{display:block;float:left}#prev,#next{background-color:rgba(0,0,0,0.4);display:block;height:395px;width:50%;top:0;position:absolute}#prev:hover,#next:hover{background-color:#fff;background-color:rgba(0,0,0,0.8)}#prev{left:-585px}#next{right:-585px}#pager{margin-right:-470px;position:absolute;right:50%;bottom:10px}#pager a{border:2px solid #fff;border-radius:10px;display:inline-block;width:10px;height:10px;margin:0 5px 0 0}#pager a:hover{background-color:rgba(255,255,255,0.5)}#pager a span{display:none}#pager a.selected{background-color:#fff}