.Vwidget{
 margin: 0;
 padding: 0;
 width: 800px;
 height: 300px;
 margin-left: 78px;
 margin-top: 179px;
}
 
a.up, a.down{
 display: block;
 width: 37px;
 height: 19px;
 margin: 0 auto;
}
 
 a.up{
  padding-bottom: 2px;
  background:url('u-button.png');
 }
 
 a.down {
  padding-top: 2px;
  background:url('d-button.png');
 }
 
.VjCarouselLite{
 margin: 0;
 padding: 0;
 height: 132px!important;
}
 
.VjCarouselLite li{
 overflow: hidden;
 float: none;
 display: block;
 padding: 0;
 text-align: center;
 margin-top: 8px;

}
 
.VjCarouselLite li div{
 margin: 0 auto;
 margin-top:44px;
 margin-bottom: 5px;
 padding: 4px;
 border: 0 solid #bbb;
 height: 160px;
 width: 438px;
 color: #121212;
 background: url("img/tochka_2.png")no-repeat 12px 25px;
}
.VjCarouselLite li div span{
 font: 40px 'CoreSansA55Medium-Regular';
 color: #636366;
}
.VjCarouselLite li div .rrr{
 font: 15px 'CoreSansA35Light-Regular';
 color: #636366;
}