/**
 * @author Nazin
 * @version $Id$
 */

$(document).ready(function() {
	
	$('#carouselWrapper').cycle({fx: 'fade', speed: 1000, timeout: 4000, avoidPositioning: true });
	$('.scroll-pane').jScrollPane({showArrows: true, scrollbarWidth: 12});
	
	$('#equipment .boxIn .slideshow').cycle({fx: 'fade', speed: 1000, timeout: 4000 });
});

