jQuery(document).ready(function(){
	jQuery("a[rel^='zockerPhoto']").prettyPhoto({
		deeplinking: false,
		overlay_gallery: false,
	    social_tools: false,
		theme: 'facebook',
		opacity: 0.20
	});
	jQuery("#slider").easySlider({
		auto: true,
		continuous: true,
		numeric: true,
		speed: 900,
		pause: 3500
	});
    if(jQuery('#socialshareprivacy').length > 0){
       jQuery('#socialshareprivacy').socialSharePrivacy(); 
      }
	jQuery('<em class="price_info">&#42;</em>').insertAfter('.regular-price .price');
	jQuery('<em class="price_info">&#42;</em>').insertAfter('.special-price .price');
	jQuery('<em class="price_info">&#42;</em>').insertAfter('.old-price .price');
	jQuery('<em>&#42;</em>').insertAfter('.block-layered-nav .price');
	jQuery('<em">&#42;</em>').insertAfter('.options-list .price');
	jQuery('<em>&#42;</em>').insertAfter('.block-cart .price');
	jQuery('<em>&#42;</em>').insertAfter('.cart-table .price');
});
