function scrollWin(){
$('html, body').animate({
scrollLeft: $("#gigs_cont").offset().left - 40
}, 1200);
}
       
$(function()
{
	$('#inner_videoblogs_cont').jScrollPane({showArrows:true});
});


$(function()
{
	$('#inner_gigs_past_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_lyrics_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_blog_cont').jScrollPane({showArrows:true});
});


$(function()
{
	$('#inner_shop_cont').jScrollPane({showArrows:true});
});


$(function()
{
	$('#inner_contact_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_contact_cont_tweet').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_gigs_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_list_gigsall_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_socialnet_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_news_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_videos_cont').jScrollPane({showArrows:true});
});

$(function()
{
	$('#inner_releases_cont').jScrollPane({showArrows:true});
});

