a.up, a.down{
position:relative;
display: block;
width:91px;
height:36px;
margin: 0 auto;
outline: none;
}
 a.up{top:0px;

 background:url(../images/up.png);
 }
 a.down{
top:5px;
 background:url(../images/down.png) no-repeat top center;
 }
.VjCarouselLite{
margin: 0;
padding: 0;
}

