jQuery.noConflict(); /* base url */ var base_url = "http://localhost/wordpress/wordpress"; var WPSC_URL = "http://localhost/wordpress/wordpress/wp-content/plugins/wp-e-commerce"; var WPSC_IMAGE_URL = "http://localhost/wordpress/wordpress/wp-content/uploads/wpsc/product_"; var WPSC_DIR_NAME = "wp-e-commerce"; var WPSC_CORE_IMAGES_URL = "http://localhost/wordpress/wordpress/wp-content/plugins/wp-e-commerce/wpsc-core/images"; /* LightBox Configuration start*/ var fileLoadingImage = "http://localhost/wordpress/wordpress/wp-content/plugins/wp-e-commerce/wpsc-core/loading.gif"; var fileBottomNavCloseImage = "http://localhost/wordpress/wordpress/wp-content/plugins/wp-e-commerce/wpsc-core/closelabel.gif"; var fileThickboxLoadingImage = "http://localhost/wordpress/wordpress/wp-content/plugins/wp-e-commerce/wpsc-core/loadingAnimation.gif"; var resizeSpeed = 9; // controls the speed of the image resizing (1=slowest and 10=fastest) var borderSize = 10; //if you adjust the padding in the CSS, you will need to update this variable