jQuery(function($){
	$(function(){
		$("a.buy").fancybox({
			'overlayShow': true,
			'overlayOpacity': 0.5,
			'width': 960,
			'height': 400,
			'type': 'iframe'
		});
		$("a.mob").fancybox({
			'overlayShow': true,
			'overlayOpacity': 0.5,
			'width': 500,
			'height': 320,
			'type': 'iframe'
		});
	});
});

$(document).ready(function(){	
	$('#lofslidecontent45').lofJSidernews({
		interval:16000,
		easing:'easeInOutQuad',
		duration:1000,
		auto:true
	});						
});

