	    
	    $(document).ready(function(){

		$('#content1').hide();

		$('a').click(function(){
		$('#content1').show();
		});

		$('a#close').click(function(){
		$('#content1').hide();
		})

		});


	$(document).ready(function(){
				
		$('#slider-code').tinycarousel({
			animation: false
			});
		
	});
