$(document).ready( function() {
  new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: true,
  width: 240,
  height: 80,
  theme: {
    shell: {
      background: 'transparent', //#3082af
      color: '#000000'
    },
    tweets: {
      background: 'transparent url(/styles/images/blackopac.png)', //#ffffff
      color: '#FFFFFF',
      links: '#1985b5',
		width: '80%'
    }
  }
}).render().setProfile('aikidoofsa').start();
  $(".twtr-timeline").css({ height: "55px", overflow: "hidden"});
});