.arrowSlide { float: left; display: block; position: absolute; z-index: 1000; background-image: url('images/arrows.png'); width: 19px; height: 49px; background-repeat: no-repeat; margin-top: 242px; }
.arrowSlide a { float: left; display: block; width: 19px; height: 49px; }
#arrow1:hover { background-position: 0 -49px; }
#arrow2 { background-position: -19px 0; margin-left: 965px; }
#arrow2:hover { background-position: -19px -49px; }
#containerSliderItens { float: left; display: block; width: 910px; height: 552px; overflow: hidden; position: absolute; }
#containerScrollItens { float: left; display: block; width: 5000px; height: 270px; margin-left: 40px; }
#bullets { float: left; display: block; width: 100%; text-align: center; height: 32px; z-index: 200; position: absolute; margin-top: 500px; }
#bulletsContainer { display: inline-block; position: relative; }
.bullet { display: inline; width: 26px; height: 26px; margin: 0 3px; }
.bullet a { display: inline-block; width: 26px; height: 26px; background-position: 26px 0; background-image: url('images/bullet.png'); position: relative; }
.bsel a { background-position: 0 !important; }