/* Author: Office/Bureau

*/

$('html').addClass('js');

$(document).ready(function() {
	
	$('#feature').coinslider({ width: 460, height: 380, navigation: true, delay: 6000, effect: 'rain' });
	
	if($('#gallery').length > 0){
	
		$('#gallery').jScrollPane({showArrows: true});
			
	}
	
	if($('#left article').length > 0){
	
		$('#left article').jScrollPane({showArrows: true});
	
	}
	
	if($('article.home').length > 0){
	
		$('article.home').jScrollPane({showArrows: true});
	
	}

	if($('article').length > 0){
		$('article .jspContainer').append('<div id=vign></div>');
	}

});

