//jQuery(document).ready(function(){
	
//  jQuery('#sidebar-channels .headline').toggle();
//  jQuery('#sidebar-channels').prepend('<img src="/files/channels-headline.png" alt="Channels" />');
	
//});

$A(visual.photos).each(function(p){
    if(p&&p.container) {
      p.container.select('.video-small-custom-item').each(function(div){
          div.setStyle({backgroundImage:'url('+p.small_download+')'});
        });
    }
  });
