$(
	function () {
		$( "#left" ).imageScroller( {loading:'Wait please...'} );
		
		$( "#right" ).imageScroller( {speed:'4000', direction:'right'} );
		
		$( "#top" ).imageScroller( {direction:'top'} );

		$( "#bottom" ).imageScroller( {speed:'3500', direction:'bottom'} );
		
		$("#containerscroll img").mouseover(function () {
		  $(this).fadeTo("fast", 0.5);
		});
		$("#containerscroll img").mouseout(function () {
		  $(this).fadeTo("fast", 1);
		});
		
	}
)
 $(function() {
    $('#mainimagehome').crossSlide({
      sleep: 3,
      fade: 1
    }, [
  { src: '/homepage/imgs/main_clothing.jpg',
      href: 'http://www.foxspain.com/Menu/1/Sportwear/'
	},
  { src: '/homepage/imgs/main_eye.jpg',
      href: 'http://www.foxspain.com/Menu/4/Gafas/'
	},
  { src: '/homepage/imgs/main_foot.jpg',
      href: 'http://www.foxspain.com/Menu/5/Calzado/'
	},
  { src: '/homepage/imgs/main_girls.jpg',
      href: 'http://www.foxspain.com/Menu/1/Sportwear/MUJER/TOP/'
	}
    ]);
  });


/*
$('#test3').crossSlide({
  fade: 1
}, [
  {
    src:  'lib/sand-castle.jpeg',
    href: 'http://flickr.com/photos/spacetrucker/94209642/',
    from: '100% 80% 1x',
    to:   '100% 0% 1.7x',
    time: 3
  }, {
    src:  'lib/sunflower.jpeg',
    href: 'http://flickr.com/photos/hichako/1125341449/',
    from: 'top left',
    to:   'bottom right 1.5x',
    time: 2
  }, {
    src:  'lib/flip-flops.jpeg',
    href: 'http://flickr.com/photos/jayniebell/1125216143/',
    from: '100% 80% 1.5x',
    to:   '80% 0% 1.1x',
    time: 2
  }, {
    src:  'lib/rubber-ring.jpeg',
    href: 'http://flickr.com/photos/ruminatrix/1125292682/',
    from: '100% 50%',
    to:   '30% 50% 1.5x',
    time: 2
  }
]);
*/