$(function(){
	///////////////////////     scroll intro                 /////////////////////
	$('.inpm_con_r_in_s_box').carouFredSel({			
					width:202,
					height:300,
					items : 1,
					direction:"up",
					auto: false,
					infinite	: false,
					prev : {
							button      : ".inpm_con_up_btn",
							key         : "left",
							items       : 1
							},
					next : {
							button      : ".inpm_con_down_btn",
							key         : "right",
							items       : 1
							}
				});	
	///////////////////////     scroll  detail                 /////////////////////
	$('.b_inpagempscroll_list').carouFredSel({			
					width:860,
					height:152,
					items : 1,
					auto: false,
					infinite	: false,
					prev : {
							button      : ".btn_binpagepdscroll_left",
							key         : "left",
							items       : 1
							},
					next : {
							button      : ".btn_binpagepdscroll_right",
							key         : "right",
							items       : 1
							}
				});	
});
