// JavaScript Document

$(document).ready(function(){
	$(".lightbox-pop").colorbox({opacity:"0.65"});						   
	$(".mailinglist-pop").colorbox({transition:'fade', width:"800px", height:"700px", iframe:true, scrolling:false, opacity:"0.65"});
	$(".lowestprice-pop").colorbox({transition:'fade', width:"600px", height:"500px", iframe:true, scrolling:true, opacity:"0.65"});
	$(".noquibble-pop").colorbox({transition:'fade', width:"600px", height:"300px", iframe:true, scrolling:true, opacity:"0.65"});	
	$(".mcaffee-pop").colorbox({transition:'fade', width:"600px", height:"500px", iframe:true, scrolling:true, opacity:"0.65"});
	$(".reviews-pop").colorbox({transition:'fade', width:"600px", height:"600px", iframe:true, scrolling:true, opacity:"0.65"});
	$(".currency-pop").colorbox({transition:'fade', width:"300px", height:"300px", iframe:true, scrolling:true, opacity:"0.65"});
	$(".wide-pop").colorbox({transition:'fade', width:"800px", height:"700px", iframe:true, scrolling:true, opacity:"0.65"});
	
});		

