jQuery.noConflict()(function($){
$(document).ready(function()
{
	$(".slide-down-gallery").css('opacity', '0');
	$(".slide-down-gallery").animate({opacity:'1'},{duration:100});
	$(".slide-down-gallery").hover
	(
		function()
		{
			$(this).children(".text_slider").animate({top:(170-$(this).children(".text_slider").height())+"px"},{queue:false,duration:200});
		}
		,function()
		{
			$(this).children(".text_slider").animate({top:"127px"},{queue:false,duration:450});
		}
	);

});
});
jQuery.noConflict()(function($){
jQuery(document).ready(function($){  
			$("#services").anchorScroll();
			$("#contact").anchorScroll();
			$("#work").anchorScroll();
			$("#SEO").anchorScroll();
			$("#Hosting").anchorScroll();
			$("#shop").anchorScroll();
		});
		});

jQuery.noConflict()(function($){
$(document).ready(function() {
    $('#services-slider').cycle({
		fx:     'scrollDown', 
		prev:    '#prev',
        next:    '#next',
		 pause:   0, 
		timeout: 0, 		
		delay:  -2000   
	});
	
	});
});

