$(function(){
	$('#slides1').bxSlider({
		alignment: 'horizontal',        // 'horizontal', 'vertical' - direction in which slides will move
		controls: true,                 // determines if default 'next'/'prev' controls are displayed
		speed: 500,                     // amount of time slide transition lasts (in milliseconds)
		pager: true,                    // determines if a numeric pager is displayed (1 2 3 4...)
		pager_short: false,             // determines if a 'short' numeric pager is displayed (1/4)
		pager_short_separator: ' / ',   // text to be used to separate the short pager
		prev_image: 'images/btn_arrow_left.gif',
		next_image: 'images/btn_arrow_right.gif',
		wrapper_class: 'slides1_wrap',
		margin: 70,
		auto: false,
		auto_controls: false
	});
});
