$(document).ready(function() {
	
	//MUSCIAS
	$(".gal_Cerimonia").click(function(event){
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/CanOnlyImagine.mp3');		
	});
	
	$(".gal_Book").click(function(event){
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/OneMaryJBligeU2.mp3');
	});
	
	$(".gal_Kelly").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/WereInThisTogether.mp3');
	});
	
	$(".gal_Infantil").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/TheShow.mp3');
	});	

	$(".gal_Estudio").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/EnyaFlow.mp3');
	});
	
	$(".gal_Recepcao").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/VivaLaVida.mp3'); 
	});
	
	$(".gal_Retrato").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/DuranDuranLayLadyLay.mp3'); 
	});

	$(".gal_Gestante").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/WonderfulWorld.mp3'); 
	});

	$(".gal_Patricia").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/WereInThisTogether.mp3'); 
	});


	$(".gal_Aline").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/WereInThisTogether.mp3'); 
	});

	$(".gal_Izabela").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/WereInThisTogether.mp3'); 
	});
	
	$(".gal_Silvia").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/WereInThisTogether.mp3'); 
	});
	
	$(".gal_Nicole").click(function(event){		
		sendEvent('LOAD','http://julianaleryeserapiao.bressane.net/wp-content/themes/julianalery/player/musicas/WereInThisTogether.mp3'); 
	});	
		
	// EFEITO DO BOX "GALERIA"
	$("#mn-galeria a").click(function() {
		//var href = $(this).attr("href");
		if ( $("#galeria").is(":hidden") ) {
			
			$('#albuns').hide();
			
			$("#galeria")
				.fadeIn("fast")

			
		} else {
			
			$("#galeria")
				.fadeOut("fast")
			
		}
		return false;
	});
	
	
	// EFEITO DO BOX "ALBUNS"
	$("#mn-albuns a").click(function() {
		//var href = $(this).attr("href");
		if ( $("#albuns").is(":hidden") ) {
			
			$('#galeria').hide();
			
			$("#albuns")
				.fadeIn("fast")

			
		} else {
			
			$("#albuns")
				.fadeOut("fast")
			
		}
		return false;
	});
	
});


// ALTERNA CLASS
$(function() {
	$(".stop").click(function () {
	    $(this).toggleClass("play");
	});
});




