
$(document).ready(function() {
    $('.scroll-pane').jScrollPane({
		showArrows:true,
		scrollbarWidth:9,
		dragMaxHeight:22
	});	
	$('.list1 a').hover( function(){$(this).stop().animate({paddingLeft:'24', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'14', marginLeft:'0px'},500,'easeOutElastic');});
		//contact form
		
		contact.init();	
	// prettyPhoto
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
				
 });
