jQuery.noConflict();	

jQuery(document).ready(function() {
/*-------------------------------------------------------------------------------------------------------------*/
	// Top Banenr slider start 
	jQuery('#banner-slider').cycle({
        fx:     	'fade', //scrollHorz, scrollVert, fade
		speed:       1500,
        timeout:     8500,
        pager:      '#bnr-paging',
		cleartypeNoBg: true
    });
	
	// Top Banenr slider start 
	jQuery('.testimonials').cycle({
        fx:     	'scrollVert', //scrollHorz, scrollVert, fade
		speed:       1200,
		timeout:     9500,
		cleartypeNoBg: true
    });
	
	jQuery('#project-slider').cycle({
        fx:     	'fade', 
    	timeout:    0,	 
		speed:  	1500, 
		prev:   	'#prev-port', 
		next:   	'#next-port' ,
		cleartypeNoBg: true
    });    
	
	// Fancybox						   	
	jQuery("a[rel=projectwork]").fancybox({
		'titlePosition' : 'over',
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack',
		'speedIn'      : 	500,
		'speedOut'     : 	500
	});
	
	// Fancybox						   	
	jQuery("a[rel=featuredproject]").fancybox({
		'titlePosition' : 'over',
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack',
		'speedIn'      : 	500,
		'speedOut'     : 	500
	});
	
	
/*	jQuery(".search-in input, .signupsmall input, .sendmsg input, .proj-name").hover( function(){
			jQuery(this).addClas("hover")
		}, function(){
			jQuery(this).removeClas("hover")
		});*/
	
	jQuery(".projectzoom li:nth-child(3n)").addClass("last");
	
	
	jQuery("label.input-filed").hover( function(){
		jQuery(this).addClass("input-filed-focus");		
	}, function(){
		jQuery(this).removeClass("input-filed-focus");		
	});
	
	jQuery("label.textareabg").hover( function(){
		jQuery(this).addClass("textareabg-focus");		
	}, function(){
		jQuery(this).removeClass("textareabg-focus");		
	});
	
	// Preload Css Images
	 jQuery.preloadCssImages();		
	 
	 
/*-------------------------------------------------------------------------------------------------------------*/
});

Cufon.replace('.navigation li a, .morework a, .readmore', {fontFamily: 'Bauhaus Md BT', hover: true });
Cufon.replace('..blogdate span, .phoneblock, .submit input', {fontFamily: 'Bauhaus Md BT'});

