$(document).ready(function() {


$(window).scroll(function() {
	$('.ngg-navigation a.prev, .ngg-navigation a.next').stop().animate({top: $(document).scrollTop()},'slow','easeOutBack');
});


jQuery(document).ready(function() {
    jQuery(".postform, #input_3_15, #input_4_2, #input_4_3").select_skin();
});

	
});
