$(function() {
	$('#rotator').cycle({
		fx:     'fade',
		speed:  '650',
		timeout: 8000,
		pager:  '#nav'
	});
	$('#rotator img').click(function (){
      document.location.href = $(this).attr('rel');
    }).css('cursor', 'pointer');

	$("input[type=file]").filestyle({
     	image: "images/choose-file.gif",
     	imageheight : 22,
     	imagewidth : 82,
     	width : 88
	});
	   
});
