
    
$(document).ready(function() {
    var max = 0;
    $(".label, .label2").each(function(){
        if ($(this).width() > '78')
            max = $(this).width();   
    });
    $(".label, .label2").width('78');

    
$('form').jqTransform({imgPath:'img/'});

	$('#one').ContentSlider({
					width : '214px',
					height : '151px',
					speed : 800,
					easing : 'easeInOutBack'
				});
$('#slides').slides({
				preload: true,
				preloadImage: 'img/loading.gif',
				play: 5000,
				pause: 2500,
				pagination:false,
				hoverPause: true
			});
	
});

