// JavaScript Document
$(document).ready(function(){
	$("a[rel='prod']").colorbox({width:"50%", height:"50%"});
	$("a[rel='forgot']").colorbox({width:"480px", height:"180px", iframe:true});
	$("a[rel='forgot-login']").colorbox({width:"480px", height:"180px", iframe:true});
	$("a[rel='account']").colorbox({width:"580px", height:"310px", iframe:true});
	$("a[rel='tell-friend']").colorbox({width:"580px", height:"310px", iframe:true});
	$("a[rel='cart']").colorbox({width:"580px", height:"340px", iframe:true});
	$("a[rel='edit']").colorbox({width:"580px", height:"310px", iframe:true});
	$("a[rel='edit-customer']").colorbox({width:"580px", height:"600px", iframe:true});
	$("a[rel='add-contact']").colorbox({width:"580px", height:"400px", iframe:true});
	$("a[rel='edit-contact']").colorbox({width:"580px", height:"400px", iframe:true});
	$("a[rel='edit-contact1']").colorbox({width:"580px", height:"400px", iframe:true});
	$("a[rel='edit-contact2']").colorbox({width:"580px", height:"400px", iframe:true});
	$("a[rel='edit-contact3']").colorbox({width:"580px", height:"400px", iframe:true});
	$("a[rel='add-delivery']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-delivery']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-delivery1']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-delivery2']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-delivery3']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-billing']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-billing1']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-billing2']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='edit-billing3']").colorbox({width:"580px", height:"350px", iframe:true});
	$("a[rel='save-cart']").colorbox({width:"580px", height:"310px", iframe:true});
	$("a[rel='terms']").colorbox({width:"800px", height:"450px", iframe:true});
});