$(function () {

	/* Transparant PNG when IE6 */
	if (!window.XMLHttpRequest && typeof DD_belatedPNG !== 'undefined'){
		DD_belatedPNG.fix('.base, .y, .boxProduct img, .x');
	}
	
	$('#imageSlider').loopedSlider({
		addPagination: true,
		slidespeed: 500,
		autoStart: 4000,
		containerClick: false
	});

	$('.productSlider').loopedSlider({
		slidespeed: 300,
		containerClick: false
	});

});
