 $(function() {
    $('#slider').crossSlide(
	{ loop : 1,
      fade : .5
    },

	[
    
      { 
		src: 'templates/images/slider/msc-happy-opp-wide.jpg',
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
        from: 'top left ',
        to:   'bottom right ',
        time: 2 
	},{

		src: 'templates/images/slider/diverse-students-large.jpg',	  
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
		from: 'top center .5x',
        to:   'center center ',
        time: 1.5 
	}, {
		src: 'templates/images/slider/fourteen-ratio-purp.jpg',	  
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
		from: 'center center .5x',
        to:   'center center ',
        time: 1.25 	 
	}, {	    
	    src:  'templates/images/slider/BIOL_student.jpg',
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
        from: 'left center 1x',
        to:   'top right 1.5x',
        time: 1.5
	},{ 
		src: 'templates/images/slider/msc-handson-vet-wide2.jpg',
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
		from: 'top left ',
        to:   'bottom right ',
        time: 1.5 
    }, {
        src:  'templates/images/slider/Art_muskoxMural.jpg',
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
        from: 'top right 1.4x',
        to:   'center left .8x',
        time: 1.5
    }, {

	    src:  'templates/images/slider/msc-experienced-facult.png',
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
        from: 'center center .5x',
        to:   'center center .9x',
        time: 1.25
    }, {

        src:  'templates/images/slider/Convo2008_group.jpg',
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
        from: 'center center 1.5x',
        to:   'top right .6x',
        time: 1.5

	}, {
        src:  'templates/images/slider/msc-call2action.png',
        href: 'http://www.matsu.alaska.edu/students/prospectiveStudents/',
        from: 'center center ',
        to:   'top right ',
        time: 1	
		
	}
    ]
	);
  });
 
 //<![CDATA[
		$(function() {
			if ($.browser.ie && $.browser.version < 8)
				$('<span>&#9658;</span>').prependTo('kbd');
			if ($.browser.ie && $.browser.version < 7 || $.browser.safari && $.browser.version < 600)
				$('#menu a').hover(function() {
					$(this).next().show();
				}, function() {
					$(this).next().hide();
				});
		});
	//]]>