/**
*	Bootstrap the javascript
*/
jQuery.noConflict();

jQuery(document).ready(function ($) {

	$('.rs-slideshow').rsfSlideshow();
	
});

