	jQuery.noConflict();
			jQuery(document).ready(function(){
				jQuery('#carusel').galleryScroll();
				jQuery('.pop').fancybox({
					'transitionIn'		: 'none',
					'transitionOut'		: 'none',
					'titlePosition' 	: 'over',
					'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '';
					}
				});
				jQuery('.gallery-icon a').fancybox({
					'transitionIn'		: 'none',
					'transitionOut'		: 'none',
					'titlePosition' 	: 'over',
					'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '';
					}
				});
				
			// jQuery("#price_dinamic").click(function(){

				// jQuery("#shadow").show();
				// jQuery("#dinamic").show();
				// return false;
			// });
			// jQuery("#dinamic_close").click(function(){

				// jQuery("#shadow").hide();
				// jQuery("#dinamic").hide();
				// return false;

			// });	
			
			});
