jQuery.noConflict();

jQuery(document).ready(function($) {

	$("input[type=checkbox], input[type=radio], input[type=file]").uniform();
	
	$(document).pngFix();
	$('.boxgrid').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:200});
    }, function() {
    	$(".cover", this).stop().animate({top:'105px'},{queue:false,duration:200});
    });


	$('#gallery-clients').jcarousel({
	    scroll: 1,
	    animation: 1000,
		auto: 7,
		wrap: "both"
	});

});

