//	jQuery Compatibility Method
var $j = jQuery.noConflict();





$j("document").ready(function(){
	
	
	
	
	
	$j('.scroll').jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 15});
	
	
	
	$j(".top_gallery ul").jqGalScroll({
		ease: null,
		speed:0,
		height: 240,
		width: 715,
		titleOpacity : .0,
		direction : 'horizontal' // vertical horizontal diagonal
	});

	
	
	
	
	
}); // Ends Ready Function