// JavaScript Document



$(function(){
$('#products_infinite').hide();
$('#products_infinite').fadeIn(500);
$('#products_uvwhite').hide();
$('#products_uvwhite').fadeIn(500);
$('#products_infinite_group').hide();
$('#products_infinite_group').fadeIn(500);
$('#bgimg2').hide();
});

<!-- Fancy Box -->
	$(document).ready(function() {

		$("#contactus").fancybox({
			'width'				: 350,
			'height'			: 220,					 
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe'
		});

		$("#tnc").fancybox({
			'width'				: 750,
			'height'			: 460,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'scrolling'			: 'auto'
		});
		
		$("#privacy").fancybox({
			'width'				: 750,
			'height'			: 460,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'scrolling'			: 'auto'
		});
		
		
		$("#tvc").fancybox({
			'width'				: 720,
			'height'			: 460,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'scrolling'			: 'no'
		});
		
		$("#contest").fancybox({
			'width'				: 690,
			'height'			: 384,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'scrolling'			: 'no'
		});
		
		$("#faq").fancybox({
			'width'				: 750,
			'height'			: 460,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'scrolling'			: 'auto'
		});
		
		$("#pressrelease").fancybox({
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'scrolling'			: 'auto'
		});
		
		$("a#press").fancybox({
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'titlePosition'		: 'inside'
			});
		
		$(".ScrollContainer a").fancybox({
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'scrolling'			: 'auto',
				'titlePosition'		: 'inside'
			});
		
		$(".ScrollContainer a.video").fancybox({
			    'width'				: 500,
				'height'			: 400,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe',
				'scrolling'			: 'no'
			});

		/*
		$("a#example").fancybox({
				'titlePosition'	: 'over'
			});
		*/
		
		$("a[rel=group]").fancybox({
				'width'				: 750,
				'height'			: 500,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
		
		
	});
