$(function(){
   $('.round').corner('5px'); 
   $('.leftside').height($('.rightside').height());
   $('#textbox').cycle({timeout:  8000, random: true, startingSlide: (Math.floor ( Math.random ( ) * 3 ))});
   
   $('img[align=right]').css("margin", "0 0 10px 10px").css("float", "right");
   $('img[align=left]').css("margin", "0 10px 10px 0").css("float", "left");
   
   $('.date').daterangepicker( {
       presets: {dateRange: 'Intervalas'},
       rangeStartTitle: 'Pradžia',
       rangeEndTitle: 'Pabaiga',
       doneButtonText: 'Tinka',
       dateFormat: 'yy-mm-dd'
       } );
   
});