Cufon.replace("h1, h2, h4",  { fontFamily: 'Anivers' });

$(window).load(function() {
	jQuery("div#slider1").codaSlider();
	
	
	      
    latitud = new GLatLng(40.965894,-5.668998); 
    myPOV = {yaw:620,pitch:0}; //YAW:positivo hacia la derecha, negativo hacia la izquierda,PITCH:positivo hacia abajo, negativo hacia arriba
    svOpts = {latlng:latitud, pov:myPOV}; 
    var mi_localizacion = new GStreetviewPanorama(document.getElementById("map_canvas"), svOpts);
    /*GEvent.addListener(mi_localizacion, "error", handleNoFlash);*/
       
   	/*window.addEvent('unload',GUnload);*/
            

});

$(document).ready(function() {
        
    $('.thickbox').lightBox({fixedNavigation:true});
    $('.thickbox0').lightBox({fixedNavigation:true});

}); 



