// JavaScript Document
$(document).ready(function(){
    $('#slider1').bxSlider({
		controls:	false,
		pager:		true,
		pagerType:	'full'
	});
});
