// JavaScript Document
$(document).ready(function() {
	// slider

		// Testimonials
		$('#testimonios').innerfade({ 
				speed: 'slow',
				timeout: 4000,
				type: 'random'
			}); 

	$('#slide') 
		.after('<div id="paging">') 
		.cycle({ 
			fx:     'scrollLeft', 
			timeout: 5000, 
		    timeout: 15000,
			next:   '#s2', 
			pause:   1,
			pager:  '#paging' 
		});
		
	// applications 
	
		$("#slider").mopSlider({
		'w':850,
		'h':200,
		'sldW':800,
		'btnW':180,
		'itemMgn':15,
		'indi':"Slide to View More",
		'type':'paper',
		'shuffle':0
	});
	// read more 
	$('ul.test-1 li p').expander({
	  slicePoint: 150, 
	  widow: 2,
	  expandEffect: 'show', 
	  userCollapseText: '[^]'
	});
		
		
	$('#iphone-pics').cycle({ 
    fx:     'scrollLeft', 
    speed:  300, 
    next:   '#iphone-pics', 
    timeout: 0 
   });



			
	

});

