$(document).ready(function() {

	$(".featured").fancybox({
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : false,
		'href'			        : 'video_x1.html',
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'type'					: 'iframe',		
		'width'					: 640,
		'height'				: 390
	});
	if($('#index').length>0){
		$.fancybox({
			'padding'		: 0,
			'href'			: 'images/award.gif',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
	}	
	$(".featuredEdge").fancybox({
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : false,
		'href'			        : 'thinkpad_edge.html',
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'type'					: 'iframe',		
		'width'					: 640,
		'height'				: 430
	});	
		
	$(".featuredL").fancybox({
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : false,
		'href'			        : 'thinkpad_l.html',
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'type'					: 'iframe',		
		'width'					: 640,
		'height'				: 390
	});		
	$(".featuredX").fancybox({
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : false,
		'href'			        : 'thinkpad_x.html',
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'type'					: 'iframe',		
		'width'					: 640,
		'height'				: 390
	});		
	$(".featuredT").fancybox({
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : false,
		'href'			        : 'thinkpad_t.html',
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'type'					: 'iframe',		
		'width'					: 640,
		'height'				: 390
	});		
	$(".featuredW").fancybox({
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : false,
		'href'			        : 'thinkpad_w.html',
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'type'					: 'iframe',		
		'width'					: 640,
		'height'				: 390
	});			
	$(".featuredEdgePlus").fancybox({
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : false,
		'href'			        : 'thinkpad_edge_plus.html',
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'type'					: 'iframe',		
		'width'					: 640,
		'height'				: 430
	});			
	
	$("#video_making, #video_keyboard, #poll, #video_making, #disclaimer").fancybox({
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});	
	
});
