// JavaScript Document

$(document).ready(function(){

	$('#slidetop').cycle({

		fx: 'fade',

		timeout: 7000,

		speed: 3000

	});

});

$(function(){

	/*$('#menu > ul > li > a').mouseover(function(){

		$('.imghover').stop();								   

		var pos = $(this).offset();

		w = $(this).width();

		x = pos.left;

		left = x - 72 + ( w/2 ) - 350;

		

		$('.imghover').animate({ marginLeft : left}, 700, 'backout');

	})*/

	

	$(".slidebanner").jCarouselLite({

        mouseWheel: true,

		auto:1000,

		speed:3000

    });



})










