

$(function() {
  $("img").hover(function() {
    $(this).css("border-color", "#f26322");
  }, function() {
    $(this).css("border-color", "#888");
  });
});


$(function($) {
	temp = ((document.body.clientWidth - 735) / 2) + 500;
	$('#unas').css("left",temp);
		
		$('#anim').crossSlide({
			sleep: 5,
			fade: 3
		}, [
			{ src: 'img/anim3.jpg' },
			{ src: 'img/anim2.jpg' },
			{ src: 'img/anim1.jpg' },
			{ src: 'img/anim4.jpg' }
			
		]);
});

function place_menu(){
	temp = ((document.body.clientWidth - 735) / 2) + 500;
	$('#unas').css("left",temp);
}
