// JavaScript Document

$(document).ready(function() {
			   
	// testimonials
		$(function() {
			jQuery('#testSlide').ulslide({
				width: 700,
				height: 308,
				bnext: '.p',
				bprev: '.n',
				affect: 'fade',
				axis: 'x',
				autoslide: 6000
			});
		});

	// map
	
	 $(document).pngFix(); 
});
