var slider = null;

$(function(){

	$('#slides1').bxSlider({
		prev_image: 'http://www.theiet.org/staticfiles/images/btn_arrow_left.png',
		next_image: 'http://www.theiet.org/staticfiles/images/btn_arrow_right.png',
		wrapper_class: 'slides1_wrap',
		margin: 0,
		auto: true,
		auto_controls: true
	});

});

function bindSlider() {
    $('#slides2').bxSlider({
		prev_image: 'http://www.theiet.org/staticfiles/images/btn_arrow_left.png',
		next_image: 'http://www.theiet.org/staticfiles/images/btn_arrow_right.png',
		wrapper_class: 'slides2_wrap',
		margin: 0,
		auto: true,
		auto_controls: true
	});
}
