$(document).ready(function() {
	
	// 메인배너
   if(typeof($('#slider1').val())!='undefined') {
		$('#slider1').bxSlider({
			mode: 'fade',
			captions: true,
			auto: true,
			controls: true
		});
   }

});
