$(document).ready(function(){
				
		$('#slider-code').tinycarousel({
		
			pager: true,
			display: 1,
			duration: 500
		
		});
		
	});
