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

	/* GOT TO TOP */
    
    jQuery(".btop").click(function(){
        $('html, body').animate({scrollTop:0}, 'slow');
    });
	
	/* LIGHTBOX */
	
	jQuery("a[rel='pics']").colorbox();
	jQuery("#videohome").colorbox({width:"700", height:"432", inline:true, href:"#box_videohome"});
	
	/* INPUT PRECIO */
	
	if(jQuery("#qty").val()==''){
		jQuery("#qty").val(1);
	}
	
	/* PRECIO== 0 */
	/*
	if(jQuery("li.item:contains('0.00')")){
		jQuery(this).find('span').html('Donwload');
	}else{
		jQuery(this).find('span').html('Buy');
	}
	*/
	
});


//Cufon.replace('h2, h3');
