$(document).ready(function() {

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

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

	$(".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: "96%",
		width: "999px"
	});

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

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

	$("[rel='profilePicsPublic']").colorbox({
		slideshow: true,
		slideshowSpeed: 4000,
		height: "550px",
		width: "600px"
	});


	$("[rel='profilePicsFriends']").colorbox({
		slideshow: true,
		slideshowSpeed: 4000,
		height: "550px",
		width: "600px"
	});
    
	$("[rel='profilePicsPrivate']").colorbox({
		slideshow: true,
		slideshowSpeed: 4000,
		height: "550px",
		width: "600px"
	});

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


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

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

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

});

