$(document).ready(function() {

	$(".cbDefault").colorbox();

	$(".cbIframe").colorbox({
		iframe: true,
		height: "95%",
		width: "975px"
	});
   
	$(".cbWall").colorbox({
		iframe: false,
		height: "60%",
		width: "40%"
	});
	
	$(".cbPanic").colorbox({
		iframe: true,
		height: "100%",
		width: "100%"
	});

	$(".cbToys").colorbox({
		iframe: true,
		height: "100%",
		width: "89%"
	});

	/**********  this is duplicated in IndexProfileList.js  **********/
	$(".cbProfile").colorbox({
	    
		iframe: true,
		height: "98%",
		width: "85%"
	});

	$(".cbPayment").colorbox({
	    
		iframe: true,
		height: "95%",
		width: "550px"
	});

	$(".cbPhotoUp").colorbox({
		iframe: true,
		height: "96%",
		width: "80%"
	});
	
	$(".cbMail").colorbox({
		iframe: true,
		height: "320px",
		width: "528px",
		scrolling: false
	});

	$(".newcss").colorbox({
		href: "../newcss.php",
		iframe: true,
		height: "265px",
		width: "565px",
		scrolling: false
	});

	$("[rel='profilePicsPublic']").colorbox({
		slideshow: true,
		slideshowSpeed: 5000
		
	});


	$("[rel='profilePicsFriends']").colorbox({
		slideshow: true,
		slideshowSpeed: 5000
		
	});
	
	$("[rel='profilePicsPass']").colorbox({
		slideshow: true,
		slideshowSpeed: 5000
		
	});

	
	$("#cbGalleryNoPass").colorbox({
		href: "#cbGalleryNoPassworded",
		inline: true,
		width: "280px",
		height: "120px"
	});

	$("#cbGalleryNoP").colorbox({
		href: "#cbGalleryNoPublic",
		inline: true,
		width: "275px",
		height: "80px"
	});


	$("#cbGalleryNoF").colorbox({
		href: "#cbGalleryNoFriends",
		inline: true,
		width: "280px",
		height: "120px"
	});

	$(".cbVerify").colorbox({
		iframe: true,
		height: "370px",
		width: "600px",
		scrolling: false
	});

	$("#cbSelectTheme").colorbox({
		href: "#themes",
		inline: true,
		height: "400px",
		width: "800px"
	});

});

