
// Testimonials menu
jQuery(document).ready(function(){
	jQuery("#parent1").css('display','block');
	//jQuery("#parent1").css('background','#F3F3F3');
	jQuery("#parent1 li").css('padding','10px');
	jQuery("#parent1").wslide({
		width: 292,
		height: 380,
		pos: 1,
		horiz: true,
		duration: 700,
		autolink: 'menu3'
	});
});




