$(function()
{
	// this initialises the demo scollpanes on the page.
	$('#content').jScrollPane({scrollbarWidth:50,showArrows:true,arrowSize :18,dragMaxHeight:25,dragMaxWidth:50});
	
	$('.news-single-video').siblings('.news-single-img').hide();
	
});
