$(function () {
	settings = {
		tl: { radius: 5 },
		tr: { radius: 5 },
		bl: { radius: 5 },
		br: { radius: 5 },
		antiAlias: true,
		autoPad: true,
		validTags: ["div"]
	};

	$('#firstpane').corner(settings);
	$('#slider2').corner(settings);
	$('#contentcontainerproduct').corner(settings);
	$('#contentcontainer').corner(settings);
	$('.productbox').corner(settings);
	$('#detailslider').corner(settings);
	$('#navaccordion').accordion({autoheight: false});
	$('#navleft').corner(settings);
	$('#contentcontainerproduct').corner(settings);
	$('.productimage').corner(settings);
	$("#producttabs").tabs();
	// Setup the nav drop-downs
	$('#nav').nmcDropDown({show: {height: 'show', opacity: 'show'}});

	$('#sliderbottom').movingBoxes({
				startPanel: 1,   // start with this panel
				width: 500, // overall width of movingBoxes
				panelWidth: 0.34,  // current panel width adjusted to 50% of overall width
				imageRatio: 1// Image ratio set to 16:9
			});

	$('#slider').galleryView({
				panel_width: 748,
				panel_height: 310,
				transition_speed: 1500,
				transition_interval: 10000,
				pause_on_hover: true,
				background_color: 'white',
				overlay_text_color: 'white',
				fade_panels: true,
				border: 'none'
			});

	$('#detailslider').galleryView({
				panel_width: 250,
				panel_height: 250,
				transition_speed: 1500,
				transition_interval: 4000,
				pause_on_hover: true,
				background_color: 'white',
				overlay_text_color: 'white',
				border: 'none'
			});
	/*
	$('#slides').slides({
		preload: true,
		effect:'fade',
		play: 5000,
		pause: 2500
	});
	*/
	$(document).ready(function() {$(".lightbox").lightbox();});
});

