$(document).ready(function() {
	$(".tickerbox").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 1,
		auto:3500,
		speed:1000
	});

    if ($.flash.available) {
        $('#logo').html('');
        $('#logo').flash({
            swf: '/img/flash/logo.swf',
            width: 300,
            height: 103,
            params: {
                wmode: 'transparent'
            }
        });
    }

    $("input[type=file]").filestyle({
        image: "/img/layout/browse.gif",
        imageheight: 26,
        imagewidth: 95,
        width: 120
    });

    $(".apply-view a").click(function() {
        $("#apply").slideDown();
    });
});
