$(function(){
	$("#faded").faded({
		speed: 600,
		crossfade: true,
		autoplay: 7000,
		autopagination:false
	});
	$("#fotosMarina").faded({
		speed: 900,
		crossfade: true,
		autoplay: 18000,
		autopagination:false
	});
	$(".seccionMarina").hover(function(){
		$(".textoMarina").fadeIn('fast');
	},
	function(){
		$(".textoMarina").fadeOut('slow');
	});
	$("#fotosGolf").faded({
		speed: 900,
		crossfade: true,
		autoplay: 11000,
		autopagination:false
	});
	$(".seccionGolf").hover(function(){
		$(".textoGolf").fadeIn('fast');
	},
	function(){
		$(".textoGolf").fadeOut('slow');
	});
	$("#fotosRealState").faded({
		speed: 900,
		crossfade: true,
		autoplay: 14000,
		autopagination:false
	});
	$(".seccionRealState").hover(function(){
		$(".textoRealState").fadeIn('fast');
	},
	function(){
		$(".textoRealState").fadeOut('slow');
	});
	$(".video").click(function(){
		$("#contenidoVideo").append('<iframe src="http://player.vimeo.com/video/12655348?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1" width="863" height="422" frameborder="0"></iframe>');
		$("#contenidoVideo").fadeIn('slow');
	});
	
	/*$("#barraLateral div a").each(function(){
		var medidas = $(this).attr('rel').split('|');
		var width = medidas[0];
		var height = medidas[1];
		$(this).fancybox({
			'opacity'		: true,
			'width'				: width,
			'height'			: height,
			'autoScale'			: true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
	});*/

});
