$(document).ready(function() {
    $(".iframe").fancybox({
		'width'				: 800,
		'height'			: '120%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titleShow'			: false,
		'scrolling'         : 'no'
	});
   
   $('#features').jshowoff({controls:false, speed:10000, links:false, hoverPause:false}); 
   
   $('.price_table tr:odd').css('background','#f4f4f4');
});
	
	



