$( function() {

	$("#sidebar-email a").colorbox( {
		width: "524px",
		height: "450px",
		opacity: 0.5,
		iframe: true	
	} );

} );
