// JavaScript Document
 jQuery.noConflict();

	 jQuery(document).ready(
	 function()
	  {
		/* Start Now button  */
		jQuery('.button').append('<span class="hover" id="various3" href="http://www.ecallback.com/ecallback/register.php" ></span>').each(function () 
		
		{
	  		var  jQueryspan =  jQuery('span.hover', this).css('opacity', 0);
			var  jQueryactive =  jQuery('span.active', this).css('opacity', 0);
			
	  		 jQuery(this).hover(function () {
	    		 jQueryspan.stop().fadeTo(350, 1);
	 		}, function () {
	   	 jQueryspan.stop().fadeTo(350, 0);
	  		});
		});
		
		/* End Start Now button  */
		
		/* Start User Register Button  
				jQuery("#userregister").fancybox({
				'width'				: '30%',
				'height'			: '100%',
				'autoScale'			: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'type'				: 'iframe'
			});
			*/
			/* End User Login Button  
						jQuery("#userlogin").fancybox({
				'width'				: '30%',
				'height'			: '60%',
				'autoScale'			: false,
					'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'type'				: 'iframe'
			});
*/
/* End User Login button  */

/* Facebook Twitter  */
jQuery('#social a').hover(function(){
	
	jQuery(this).find("span").stop().fadeTo('normal', 0 , function() {
			jQuery(this).hide() //Hide the image after fade
		});
		},
	function(){
		
		jQuery(this).find("span").stop().fadeTo('normal', 1).show();

	});
	
	/* End Facebook Twitter .. */
	
	/* Bottom Position */
			jQuery("#bottom").find('h1').append('<span class="h1hover"></span>').each(function (){
				var jQueryspanhover = jQuery('span.h1hover',this).css('opacity',0);
				jQuery('#bottom1').hover(function() {
				jQuery('#bottom1').find('span.h1hover').stop().fadeTo(350,1);
					
					
				},function(){
					jQuery('#bottom1').find('span.h1hover').stop().fadeTo(350,0);
					
				});
				
				
					jQuery('#bottom2').hover(function() {
					jQuery('#bottom2').find('span.h1hover').stop().fadeTo(350,1);
					
					
				},function(){
					jQuery('#bottom2').find('span.h1hover').stop().fadeTo(350,0);
					
				});
							jQuery('#bottom3').hover(function() {
					jQuery('#bottom3').find('span.h1hover').stop().fadeTo(350,1);
					
					
				},function(){
					jQuery('#bottom3').find('span.h1hover').stop().fadeTo(350,0);
					
				});
												jQuery('#bottom4').hover(function() {
					jQuery('#bottom4').find('span.h1hover').stop().fadeTo(350,1);
					
					
				},function(){
					jQuery('#bottom4').find('span.h1hover').stop().fadeTo(350,0);
					
				});
			});
			
			// end bottom positon function
			
			/*start  slider  */
			
		
 
	
	});
	
	
